summaryrefslogtreecommitdiff
path: root/net-im/fugu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/fugu/Makefile')
-rw-r--r--net-im/fugu/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile
deleted file mode 100644
index 02a8c52401c9..000000000000
--- a/net-im/fugu/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: fugu
-# Date created: 11 August 2000
-# Whom: Peter Haight <peterh@sapros.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fugu
-PORTVERSION= 1.1.8
-CATEGORIES= net python
-MASTER_SITES= http://fugu.gale.org/dist/
-
-MAINTAINER= peterh@sapros.com
-
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw
-
-USE_OPENSSL= yes
-USE_PYTHON= yes
-USE_XLIB= yes
-USE_X_PREFIX= yes
-USE_AUTOCONF= yes
-GNU_CONFIGURE= yes
-
-CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALL=""
-PLIST_SUB+= PORTVERSION=${PORTVERSION}
-
-.include <bsd.port.mk>