freebsd-ports/print/gv/Makefile
Helge Oldach 4e63c267c1 *: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-01-30 17:59:24 +03:00

41 lines
1,000 B
Makefile

PORTNAME= gv
PORTVERSION= 3.7.4
PORTREVISION= 7
CATEGORIES= print
MASTER_SITES= GNU
MAINTAINER= mbeis@xs4all.nl
COMMENT= PostScript and PDF previewer
WWW= https://www.gnu.org/software/gv/
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
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
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 \
share/man/man1/gv.1.gz \
share/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>