mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
623 B
Makefile
28 lines
623 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= 8
|
|
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_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>
|