freebsd-ports/comms/openobex/Makefile
Pav Lucistnik 7ff36b1423 - Avoid strange build failures by running of autoheader (which is the correct
thing to do, since we patched config.h.in)

PR:		ports/71860
Reported by:	Matthias Andree <matthias.andree@web.de>
Submitted by:	maintainer
2004-10-11 22:30:43 +00:00

25 lines
529 B
Makefile

# New ports collection makefile for: openobex
# Date created: 15 March 2004
# Whom: Guido Falsi <mad@madpilot.net>
#
# $FreeBSD$
#
PORTNAME= openobex
PORTVERSION= 1.0.1
CATEGORIES= comms net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mad@madpilot.net
COMMENT= Open source implementation of the OBEX protocol
USE_AUTOCONF_VER= 253
USE_AUTOHEADER_VER= 253
WANT_AUTOMAKE_VER= 14
USE_LIBTOOL_VER= 15
USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>