ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/print/gv/Makefile
Revision: 21419
Committed: Sun May 22 21:31:37 2016 UTC (7 years, 11 months ago) by laffer1
File size: 922 byte(s)
Log Message:
fixup depends

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= gv
4 PORTVERSION= 3.7.4
5 PORTREVISION= 2
6 CATEGORIES= print
7 MASTER_SITES= GNU/${PORTNAME}
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= PostScript and PDF previewer
11
12 LICENSE= gpl3
13
14 LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d
15
16 USES= cpe ghostscript:x11 iconv gmake perl5 shebangfix
17 USE_PERL5= build
18 USE_XORG= xpm ice sm xext xmu x11
19 GNU_CONFIGURE= yes
20 CPPFLAGS+= -I${LOCALBASE}/include
21 LDFLAGS+= -L${LOCALBASE}/lib
22 CONFIGURE_ENV += LDFLAGS="${LDFLAGS}" LIBS="${ICONV_LIB}"
23 CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/X11 \
24 --enable-setenv-code \
25 --enable-SIGCHLD-fallback
26 CPE_VENDOR= gnu
27 INFO= gv
28 PLIST_FILES= bin/gv \
29 bin/gv-update-userconfig \
30 %%DATADIR%%/gv_system.ad \
31 %%DATADIR%%/safe-gs-workdir/.keep_me \
32 lib/X11/app-defaults/GV
33 PLIST_DIRS= %%DATADIR%%/safe-gs-workdir \
34 %%DATADIR%%
35
36 post-install:
37 @${TOUCH} ${DATADIR}/safe-gs-workdir/.keep_me
38
39 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H