mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
31 lines
583 B
Makefile
31 lines
583 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
|
|
|
|
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>
|