freebsd-ports/print/mgv/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
702 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= 1
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_X_PREFIX= yes
USE_XPM= yes
USE_MOTIF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= X11BASE=${X11BASE}
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>