1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/print/gv/Makefile
Tobias C. Berner bfd4894639 print/gv: give maintainership to Marco Beishuizen
PR:		245692
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl>
2020-04-17 14:58:23 +00:00

43 lines
950 B
Makefile

# Created by: tg@FreeBSD.org
# $FreeBSD$
PORTNAME= gv
PORTVERSION= 3.7.4
PORTREVISION= 5
CATEGORIES= print
MASTER_SITES= GNU
MAINTAINER= mbeis@xs4all.nl
COMMENT= PostScript and PDF previewer
LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d
USES= cpe ghostscript:x11 iconv gmake perl5 shebangfix xorg
USE_PERL5= build
USE_XORG= xpm ice sm xext xmu x11
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/X11 \
--enable-setenv-code \
--enable-SIGCHLD-fallback
SHEBANG_FILES= ${WRKSRC}/src/gv-update-userconfig.in
INFO= gv
CPE_VENDOR= gnu
PLIST_FILES= bin/gv \
bin/gv-update-userconfig \
%%DATADIR%%/gv_system.ad \
lib/X11/app-defaults/GV \
man/man1/gv.1.gz \
man/man1/gv-update-userconfig.1.gz
PLIST_DIRS= %%DATADIR%%/safe-gs-workdir
.include <bsd.port.pre.mk>
.if empty(ICONV_LIB)
CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv_open=no
.endif
.include <bsd.port.post.mk>