diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-07 10:10:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-07 10:10:11 +0000 |
commit | ad3dff30b7c4b25052900b3c6adb896ccc027305 (patch) | |
tree | 48d358dc6d4f9244ae12e6ee7d16091536ac8530 /print/mgv/Makefile | |
parent | 61f9142ed6b705e9382824d87f1da0cbaa1e4c95 (diff) |
Notes
Diffstat (limited to 'print/mgv/Makefile')
-rw-r--r-- | print/mgv/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/print/mgv/Makefile b/print/mgv/Makefile deleted file mode 100644 index 85219c8258ef..000000000000 --- a/print/mgv/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: mgv -# Date created: 4 Mar 1998 -# Whom: handy@physics.montana.edu -# -# $FreeBSD$ -# - -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 -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} - -MAN1= mgv.1 - -post-install: - @ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> |