1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/print/mgv/Makefile

29 lines
630 B
Makefile
Raw Normal View History

# New ports collection makefile for: mgv
1998-10-20 01:46:39 +00:00
# Version required: mgv-3.1.5
# Date created: 4 Mar 1998
# Whom: handy@physics.montana.edu
#
1998-10-20 01:46:39 +00:00
# $Id: Makefile,v 1.11 1998/10/13 23:44:03 jseger Exp $
#
DISTNAME= mgv-3.1.5
CATEGORIES= print
1998-05-29 07:19:22 +00:00
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
post-install:
@ ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>