freebsd-ports/x11-toolkits/girara/Makefile
Guido Falsi 62bc1d52be Update to 0.2.2
Reported by:	Quentin Stievenart <quentin.stievenart@gmail.com>
2014-07-01 15:50:17 +00:00

32 lines
694 B
Makefile

# Created by: Mike Krutov <neko@takino.org>
# $FreeBSD$
PORTNAME= girara
PORTVERSION= 0.2.2
CATEGORIES= x11-toolkits graphics
MASTER_SITES= http://pwmt.org/projects/girara/download/
MAINTAINER= madpilot@FreeBSD.org
COMMENT= GTK3 Interface Library for Zathura PDF Viewer
USE_GNOME= glib20 gtk30
USES= compiler:c11 gmake pkgconfig
USE_LDCONFIG= yes
LIBDIR= ${PREFIX}/lib
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
.include <bsd.port.options.mk>
post-patch: .SILENT
${REINPLACE_CMD} -e 's|$${LIBDIR}/pkgconfig|${PREFIX}/libdata/pkgconfig|g'\
${WRKSRC}/Makefile
.if ! ${PORT_OPTIONS:MNLS}
${REINPLACE_CMD} -e '/-C po/d'\
${WRKSRC}/Makefile
.endif
.include <bsd.port.mk>