summaryrefslogtreecommitdiff
path: root/net/GeoIP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/GeoIP/Makefile')
-rw-r--r--net/GeoIP/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
deleted file mode 100644
index e3a9d087ab5a..000000000000
--- a/net/GeoIP/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: GeoIP
-# Date created: 10 August 2002
-# Whom: Yen-Ming Lee <leeym@leeym.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= GeoIP
-PORTVERSION= 1.0.5
-CATEGORIES= misc
-MASTER_SITES= http://maxmind.com/download/geoip/api/c/
-
-MAINTAINER= leeym@FreeBSD.org
-
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-gnu-ld=yes
-INSTALLS_SHLIB= yes
-
-MAN1= geoiplookup.1 geoipupdate.1
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>