freebsd-ports/x11-toolkits/girara/Makefile
Guido Falsi 2bec1ee09e - Main download site uses https
- Due to problems downloading the distfile from the cluster, add a
  mirror.
2017-01-25 15:52:14 +00:00

35 lines
762 B
Makefile

# Created by: Mike Krutov <neko@takino.org>
# $FreeBSD$
PORTNAME= girara
PORTVERSION= 0.2.7
CATEGORIES= x11-toolkits graphics
MASTER_SITES= https://pwmt.org/projects/girara/download/ \
http://www.madpilot.net/~mad/pwmt.org/
MAINTAINER= madpilot@FreeBSD.org
COMMENT= GTK3 Interface Library for Zathura PDF Viewer
USE_GNOME= glib20 gtk30
USES= gmake pathfix pkgconfig
PATHFIX_MAKEFILEIN= Makefile
USE_LDCONFIG= yes
USE_CSTD= gnu99
LIBDIR= ${PREFIX}/lib
MAKE_ENV+= SFLAGS=${STRIP} \
VERBOSE=1
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
post-patch: .SILENT
${REINPLACE_CMD} -e 's|^\(CFLAGS +=\) -std=c11|\1|' \
${WRKSRC}/config.mk
post-patch-NLS-off: .SILENT
${REINPLACE_CMD} -e '/-C po/d' \
${WRKSRC}/Makefile
.include <bsd.port.mk>