Update print/foomatic-db to version 20161105
[dports.git] / print / gribouy / Makefile
1 # Created by: bland@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       gribouy
5 PORTVERSION=    0.0.8
6 PORTREVISION=   14
7 CATEGORIES=     print gnome
8 MASTER_SITES=   LOCAL/bland
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Gribouy is a Type1 font editor
12
13 GNU_CONFIGURE=  yes
14 CPPFLAGS+=      -I${LOCALBASE}/include
15 LIBS+=          -L${LOCALBASE}/lib
16 USES=           gettext gmake pkgconfig
17 USE_GNOME=      gnomeprefix libglade2 libgnomeui
18
19 USE_GCC=        any
20
21 post-patch:
22         @${REINPLACE_CMD} -e '/^LIBS =/s|$$| -lm|' \
23                 ${WRKSRC}/src/Makefile.in
24
25 .include <bsd.port.mk>