freebsd-ports/print/mgv/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

30 lines
547 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/srcs/
MAINTAINER= handy@physics.montana.edu
USE_X_PREFIX= yes
USE_XPM= yes
REQUIRES_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>