mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
30 lines
547 B
Makefile
30 lines
547 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/srcs/
|
|
|
|
MAINTAINER= handy@physics.montana.edu
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= 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} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|