1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-p2p/gnewtellium/Makefile
Martin Wilke 8ef1e7a8ac - Convert to USES
- Stage support
2014-02-12 10:37:22 +00:00

25 lines
511 B
Makefile

# Created by: haikal
# $FreeBSD$
PORTNAME= gnewtellium
PORTVERSION= 0.05b
PORTREVISION= 4
CATEGORIES= net-p2p
MASTER_SITES= SF
MAINTAINER= 5u623l20@gmail.com
COMMENT= A gnutella client
PORTSCOUT= skipv:0.05 # older than current one
USE_GNOME= gtk12
USES= gmake
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>