1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/print/mgv/Makefile
Thomas Gellekum fe37cce903 Upgrade to 3.1.0.
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-09-09 07:09:37 +00:00

28 lines
604 B
Makefile

# New ports collection makefile for: mgv
# Version required: mgv-3.1.0
# Date created: 4 Mar 1998
# Whom: handy@physics.montana.edu
#
# $Id: Makefile,v 1.4 1998/08/05 09:31:37 asami Exp $
#
DISTNAME= mgv-3.1.0
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
post-install:
@ ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>