freebsd-ports/print/mgv/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

29 lines
529 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
CATEGORIES= print
MASTER_SITES= http://www.trends.net/~mu/
MAINTAINER= ports@FreeBSD.org
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=3.1.5
MAN1= mgv.1
post-install:
@ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>