aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gammu-devel/Makefile')
-rw-r--r--comms/gammu-devel/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile
deleted file mode 100644
index 9a92e897621b..000000000000
--- a/comms/gammu-devel/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: gammu
-# Date created: 12 december 2003
-# Whom: Kirill Bezzubets <kirill@solaris.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gammu
-PORTVERSION= 1.04.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"
-
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|%zd|%d|g' -e 's|%zi|%i|g' \
- ${WRKSRC}/common/phone/at/atgen.c \
- ${WRKSRC}/common/phone/obex/obexgen.c \
- ${WRKSRC}/gammu/depend/nokia/dct3trac/wmx-gsm.c
-.endif
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's@ installdocs@@g' \
- ${WRKSRC}/cfg/Makefile.glo
-.endif
-
-.include <bsd.port.post.mk>