mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ee9d9cf17b
* ports track -STABLE not -CURRENT. * more PREFIX cleaning And as a side issue, why does a brand new port not have a Maintainer?
30 lines
617 B
Makefile
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>
|