- Convert to USES

- Stage support
This commit is contained in:
Martin Wilke 2014-02-12 10:37:22 +00:00
parent d4150e8e45
commit 8ef1e7a8ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343892

View File

@ -13,7 +13,7 @@ COMMENT= A gnutella client
PORTSCOUT= skipv:0.05 # older than current one
USE_GNOME= gtk12
USE_GMAKE= yes
USES= gmake
GNU_CONFIGURE= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
@ -21,5 +21,4 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
PLIST_FILES= bin/gnewtellium %%DATADIR%%/pixmaps/gnewtellium.xpm
PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%%
NO_STAGE= yes
.include <bsd.port.mk>