aboutsummaryrefslogtreecommitdiff
path: root/print/mgv/Makefile
blob: 9cd2067a40dd8b5a7c03757007d5c965d1676fc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	mgv
# Date created:		4 Mar 1998
# Whom:			handy@physics.montana.edu
#
# $FreeBSD$
#

PORTNAME=	mgv
PORTVERSION=	3.1.5
PORTREVISION=	1
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

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=${PORTVERSION}

MAN1=		mgv.1

post-install:
		@ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>