summaryrefslogtreecommitdiff
path: root/net-mgmt/gps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/gps/Makefile')
-rw-r--r--net-mgmt/gps/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mgmt/gps/Makefile b/net-mgmt/gps/Makefile
deleted file mode 100644
index 0a08910782c5..000000000000
--- a/net-mgmt/gps/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: gps
-# Date created: Nov 25, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= gps
-PORTVERSION= 0.9.1
-CATEGORIES= net
-MASTER_SITES= http://gps.sourceforge.net/release/
-
-MAINTAINER= ports@FreeBSD.org
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
-
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
-USE_GMAKE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e "s,-Wall -O3,${CFLAGS},g" ${WRKSRC}/configure
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- ${CP} ${WRKSRC}/docs/* ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>