blob: 4343fda224fce4931e6ae0dcd2c518c6bc0ea26a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: grap
# Version required: 0.95b
# Date created: 14 Jan 1999
# Whom: faber@lunabase.org
#
# $Id: Makefile,v 1.3 1999/03/31 15:13:49 steve Exp $
#
DISTNAME= grap-0.95b
CATEGORIES= textproc graphics
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
MAINTAINER= faber@lunabase.org
HAS_CONFIGURE=yes
GNU_CONFIGURE=yes
MAN1= grap.1
.include <bsd.port.mk>
|