diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 09:40:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 09:40:12 +0000 |
commit | 1320de8504203ff2aa2b6add21890a45aec5168c (patch) | |
tree | d108dd209dc2551265014a7df99d2dbbd72b8dec /net-p2p/gnewtellium/Makefile | |
parent | 98e3b66265917fba0497a91b580762acf1883218 (diff) |
Notes
Diffstat (limited to 'net-p2p/gnewtellium/Makefile')
-rw-r--r-- | net-p2p/gnewtellium/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-p2p/gnewtellium/Makefile b/net-p2p/gnewtellium/Makefile new file mode 100644 index 000000000000..91535179578d --- /dev/null +++ b/net-p2p/gnewtellium/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gnewtellium +# Date created: 9 April 2002 +# Whom: haikal +# +# $FreeBSD$ + +PORTNAME= gnewtellium +PORTVERSION= 0.05b +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= wyldephyre2@yahoo.com + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +GNU_CONFIGURE= yes +USE_AUTOCONF= yes + +.include <bsd.port.mk> |