diff options
Diffstat (limited to 'net-p2p/gnewtellium/Makefile')
-rw-r--r-- | net-p2p/gnewtellium/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-p2p/gnewtellium/Makefile b/net-p2p/gnewtellium/Makefile deleted file mode 100644 index 74b219196e5d..000000000000 --- a/net-p2p/gnewtellium/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: gnewtellium -# Date created: 9 April 2002 -# Whom: haikal -# -# $FreeBSD$ - -PORTNAME= gnewtellium -PORTVERSION= 0.05b -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A gnutella client - -USE_X_PREFIX= yes -USE_GNOME= gtk12 -USE_GMAKE= yes -GNU_CONFIGURE= yes -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" - -PLIST_FILES= bin/gnewtellium %%DATADIR%%/pixmaps/gnewtellium.xpm -PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%% - -.include <bsd.port.mk> |