blob: b642aa2253f0f73105a3498bab926c289353dbd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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= 9
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>
|