freebsd-ports/print/mgv/Makefile
Patrick Li 7c9c757742 Fix download and project site: directory structure changed
Also .Org -> .org

PR:		ports/40878
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-07-22 20:10:16 +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>