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)
32 lines
651 B
Makefile
32 lines
651 B
Makefile
# New ports collection makefile for: mgv
|
|
# Date created: 4 Mar 1998
|
|
# Whom: handy@physics.montana.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mgv
|
|
PORTVERSION= 3.1.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.netsw.org/graphic/postscript/interpreter/mgv/ \
|
|
http://mirror2.unixfreunde.de/ \
|
|
http://freebsd.unixfreunde.de/sources/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A PostScript and PDF previewer
|
|
|
|
USE_XORG= xpm
|
|
USE_MOTIF= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-optimize \
|
|
--disable-debug
|
|
PLIST_SUB= MGV_VERSION=${PORTVERSION}
|
|
|
|
MAN1= mgv.1
|
|
|
|
post-install:
|
|
@ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|