1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/print/mgv/Makefile
David E. O'Brien ee9d9cf17b * did not use ${MOTIFLIB} (thus wouldn't build for me)
* ports track -STABLE not -CURRENT.
* more PREFIX cleaning

And as a side issue, why does a brand new port not have a Maintainer?
1998-03-30 08:49:47 +00:00

30 lines
617 B
Makefile

# New ports collection makefile for: mgv
# Version required: mgv-2.3.1
# Date created: 4 Mar 1998
# Whom: handy@physics.montana.edu
#
# $Id: Makefile,v 1.1.1.1 1998/03/28 15:06:32 steve Exp $
#
DISTNAME= mgv-2.3.1
CATEGORIES= print
MASTER_SITES= http://home.echo-on.net/~mu/srcs/
MAINTAINER= ports@freebsd.org
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
USE_X11= yes
REQUIRES_MOTIF= yes
MAKEFILE= GNUmakefile
MAN1= mgv.1
pre-build:
@ ${CP} -f ${WRKSRC}/make/sys.freebsd.mk ${WRKSRC}/make/sys.mk
post-install:
@ ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>