freebsd-ports/print/mgv/Makefile

35 lines
717 B
Makefile
Raw Normal View History

# New ports collection makefile for: mgv
# Date created: 4 Mar 1998
# Whom: handy@physics.montana.edu
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
2000-04-09 19:50:59 +02:00
PORTNAME= mgv
PORTVERSION= 3.1.5
PORTREVISION= 3
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
2003-02-20 20:00:52 +01:00
COMMENT= A PostScript and PDF previewer
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2011-09-01
USE_XORG= xpm
USE_MOTIF= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-optimize \
--disable-debug
PLIST_SUB= MGV_VERSION=${PORTVERSION}
1998-12-03 13:26:40 +01:00
MAN1= mgv.1
post-install:
@ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>