aboutsummaryrefslogtreecommitdiffstats
path: root/print/mgv/Makefile
blob: 1d193d0553e68af3d4e8509b3e0ac3fbbcf8e50e (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
# New ports collection makefile for:    mgv
# Version required: mgv-3.1.5
# Date created:     4 Mar 1998
# Whom:         handy@physics.montana.edu
#
# $Id: Makefile,v 1.12 1998/10/20 01:46:39 steve Exp $
#

DISTNAME=   mgv-3.1.5
CATEGORIES= print
MASTER_SITES=   http://www.trends.net/~mu/srcs/

MAINTAINER= handy@physics.montana.edu

LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm

USE_X_PREFIX=   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} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>