62bc1d52be
Reported by: Quentin Stievenart <quentin.stievenart@gmail.com>
32 lines
694 B
Makefile
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>
|