mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
44 lines
927 B
Makefile
44 lines
927 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: gv
|
|
# Date created: 16 Apr 1996
|
|
# Whom: tg@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gv
|
|
PORTVERSION= 3.6.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= conrads@cox.net
|
|
COMMENT= A PostScript and PDF previewer
|
|
|
|
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
|
|
|
|
USE_XORG= xpm ice sm xext xmu x11
|
|
USE_GHOSTSCRIPT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --libdir=${PREFIX}/lib/X11
|
|
|
|
MAN1= gv.1
|
|
INFO= gv
|
|
PLIST_FILES= bin/gv \
|
|
lib/X11/gv/gv_class.ad \
|
|
lib/X11/gv/gv_copyright.dat \
|
|
lib/X11/gv/gv_spartan.dat \
|
|
lib/X11/gv/gv_system.ad \
|
|
lib/X11/gv/gv_user.ad \
|
|
lib/X11/gv/gv_user_res.dat \
|
|
lib/X11/app-defaults/GV
|
|
PLIST_DIRS= lib/X11/gv
|
|
|
|
post-install:
|
|
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|