mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
95e220d1be
With hat: portmgr
29 lines
562 B
Makefile
29 lines
562 B
Makefile
# 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
|
|
|
|
DEPRECATED= GNOME 2 application
|
|
EXPIRATION_DATE= 2018-12-10
|
|
|
|
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>
|