1999-11-14 04:44:12 +01:00
|
|
|
# New ports collection makefile for: gtkgraph
|
|
|
|
# Date created: 12 October 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gtkgraph
|
|
|
|
PORTVERSION= 0.6.1
|
2002-04-12 19:10:20 +02:00
|
|
|
PORTREVISION= 1
|
2000-10-04 08:40:08 +02:00
|
|
|
CATEGORIES= graphics math
|
2001-11-29 00:41:26 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= jedgar
|
1999-11-14 04:44:12 +01:00
|
|
|
|
1999-12-22 15:15:19 +01:00
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
1999-11-14 04:44:12 +01:00
|
|
|
|
2002-04-12 19:10:20 +02:00
|
|
|
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
|
1999-11-14 04:44:12 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 08:57:56 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_IMLIB= yes
|
1999-11-14 04:44:12 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 08:57:56 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-11-14 04:44:12 +01:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-10-05 08:57:56 +02:00
|
|
|
pre-patch:
|
2001-03-29 18:35:19 +02:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; s|-O2|${CFLAGS}| ; \
|
2000-10-05 08:57:56 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2000-01-01 23:42:01 +01:00
|
|
|
|
1999-11-14 04:44:12 +01:00
|
|
|
.include <bsd.port.mk>
|