aboutsummaryrefslogtreecommitdiff
path: root/print/gribouy/Makefile
blob: 0c1ac8fc164e6c1cf844e5973a4999ec2b664390 (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=	17
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>