freebsd-ports/print/gv/Makefile
Satoshi Asami 0ff9951fd1 Delete PATCH_STRIP so this port compiles. This one is a huge mystery
to me.

(1) I have no idea how this port worked for anyone.

(2) I have no idea why this variable was here to begin with.
1997-04-18 10:09:56 +00:00

22 lines
458 B
Makefile

# New ports collection makefile for: gv
# Version required: gv-3.2.4
# Date created: 16 Apr 1996
# Whom: tg@freebsd.org
#
# $Id: Makefile,v 1.9 1997/04/18 06:36:11 tg Exp $
#
DISTNAME= gv-3.2.4
CATEGORIES= print
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
MAINTAINER= tg@freebsd.org
LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
USE_IMAKE= yes
post-install:
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>