freebsd-ports/print/gribouy/Makefile

26 lines
501 B
Makefile
Raw Normal View History

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