mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
75a9e1beaa
English and 3 Japanese) and we don't want the package to have a @pkgdep on a particular version.
26 lines
534 B
Makefile
26 lines
534 B
Makefile
# New ports collection makefile for: gv
|
|
# Version required: gv_2_7_6
|
|
# Date created: 16 Apr 1996
|
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
|
#
|
|
# $Id: Makefile,v 1.4 1996/11/12 07:06:28 tg Exp $
|
|
#
|
|
|
|
DISTNAME= gv_2_7_6
|
|
PKGNAME= gv-2.7.6
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://iphthf.physik.uni-mainz.de/pub/gv/unix/
|
|
|
|
MAINTAINER= tg@freebsd.org
|
|
|
|
LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
|
|
|
|
PATCH_STRIP= -p1
|
|
WRKSRC= ${WRKDIR}/gv
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|