1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11-toolkits/girara/Makefile
Guido Falsi 5662578bd4 - Update to 0.2.3
- Strip binaries
- Remove dirrm
2014-10-17 13:05:54 +00:00

34 lines
721 B
Makefile

# Created by: Mike Krutov <neko@takino.org>
# $FreeBSD$
PORTNAME= girara
PORTVERSION= 0.2.3
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
MAKE_ENV+= SFLAGS=${STRIP}
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>