freebsd-ports/graphics/gtkgraph/Makefile

27 lines
587 B
Makefile
Raw Normal View History

# Created by: Chris D. Faulhaber <jedgar@fxp.org>
# $FreeBSD$
PORTNAME= gtkgraph
PORTVERSION= 0.6.1
2012-06-01 07:26:28 +02:00
PORTREVISION= 12
CATEGORIES= graphics math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jedgar
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphing calculator using GTK+
USES= gettext
2000-10-05 08:57:56 +02:00
USE_GMAKE= yes
USE_GNOME= imlib
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
2000-10-05 08:57:56 +02:00
pre-patch:
@${REINPLACE_CMD} -i '' -e '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
.include <bsd.port.mk>