2013-09-03 14:13:23 +02:00
|
|
|
# Created by: bland@FreeBSD.org
|
2003-11-20 15:26:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gribouy
|
|
|
|
PORTVERSION= 0.0.8
|
2014-09-05 01:53:15 +02:00
|
|
|
PORTREVISION= 14
|
2003-11-20 15:26:26 +01:00
|
|
|
CATEGORIES= print gnome
|
2014-06-01 11:46:01 +02:00
|
|
|
MASTER_SITES= LOCAL/bland
|
2003-11-20 15:26:26 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Gribouy is a Type1 font editor
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-09-25 17:18:27 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
USES= gettext gmake pkgconfig
|
|
|
|
USE_GNOME= gnomeprefix libglade2 libgnomeui
|
2003-11-20 15:26:26 +01:00
|
|
|
|
2014-09-05 01:53:15 +02:00
|
|
|
USE_GCC= any
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^LIBS =/s|$$| -lm|' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
|
2003-11-20 15:26:26 +01:00
|
|
|
.include <bsd.port.mk>
|