blob: d5eca4f49cdfeb070318f924627e4492a70b1acb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: prcs
# Version required: 1.2.2
# Date created: 17 Sep 96
# Whom: jmacd@FreeBSD.ORG
#
# $NetBSD: Makefile,v 1.2 1998/02/25 14:25:58 agc Exp $
# FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp
#
DISTNAME= prcs-1.2.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/
MAINTAINER= jmacd@FreeBSD.ORG
GNU_CONFIGURE= yes
MAN1= prcs.1
.include <bsd.port.mk>
|