blob: 972bd326194a989cf2c068d163967f0d1506bb38 (
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
|
# Created by: bland@FreeBSD.org
# $FreeBSD$
PORTNAME= gribouy
PORTVERSION= 0.0.8
PORTREVISION= 20
CATEGORIES= print gnome
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>
|