1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/comms/gammu/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

37 lines
749 B
Makefile

# New ports collection makefile for: gammu
# Date created: 12 december 2003
# Whom: Kirill Bezzubets <kirill@solaris.ru>
#
# $FreeBSD$
#
PORTNAME= gammu
PORTVERSION= 1.02.0
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/
MAINTAINER= kirill@solaris.ru
COMMENT= GNU All Mobile Management Utilities
MAN1= gammu.1
USE_GMAKE= yes
USE_GNOME= pkgconfig
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:259:env
INSTALLS_SHLIB= yes
PORTDOCS= *
CONFIGURE_ARGS= --disable-bluerfsearch
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's@ installdocs@@g' \
${WRKSRC}/cfg/Makefile.glo
.endif
.include <bsd.port.mk>