freebsd-ports/net-p2p/giftoxic/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
662 B
Makefile

# New ports collection makefile for: giFToxic
# Date Created: 23 December 2003
# Whom: Joel Diaz <joeldiaz@bellsouth.net>
#
# $FreeBSD$
#
PORTNAME= giFToxic
PORTVERSION= 0.0.9
PORTREVISION= 6
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= giftoxic
MAINTAINER= joeldiaz@bellsouth.net
COMMENT= GTK2 client for giFT
LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift
USE_X_PREFIX= yes
USE_GETOPT_LONG= yes
USE_GNOME= gtk20 gnomeprefix gnomehack
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --without-included-gettext
.include <bsd.port.mk>