mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9010f3c7f3
Submitted by: maintainer, except it was for 3.1.1 which is unfetchable already, and also it didn't fix PLIST. While I'm here, use PLIST_SUB so PLIST doesn't have to changed for every upgrade.
29 lines
628 B
Makefile
29 lines
628 B
Makefile
# New ports collection makefile for: mgv
|
|
# Version required: mgv-3.1.2
|
|
# Date created: 4 Mar 1998
|
|
# Whom: handy@physics.montana.edu
|
|
#
|
|
# $Id: Makefile,v 1.7 1998/09/15 11:13:30 asami Exp $
|
|
#
|
|
|
|
DISTNAME= mgv-3.1.2
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.trends.net/~mu/srcs/
|
|
|
|
MAINTAINER= handy@physics.montana.edu
|
|
|
|
LIB_DEPENDS= Xpm.5:${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.2
|
|
|
|
post-install:
|
|
@ ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|