1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net-p2p/gnewtellium/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

25 lines
491 B
Makefile

# Created by: haikal
# $FreeBSD$
PORTNAME= gnewtellium
PORTVERSION= 0.05b
PORTREVISION= 6
CATEGORIES= net-p2p
MASTER_SITES= SF
MAINTAINER= bofh@FreeBSD.org
COMMENT= Gnutella client
PORTSCOUT= skipv:0.05 # older than current one
USE_GNOME= gtk12
USES= dos2unix gmake
DOS2UNIX_GLOB= *.c
GNU_CONFIGURE= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
PLIST_FILES= bin/gnewtellium %%DATADIR%%/pixmaps/gnewtellium.xpm
.include <bsd.port.mk>