blob: 04f8ec45b4a58112dbe546ee3ba2a987ba2296d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: prcs
# Version required: 1.0.1
# Date created: 17 Sep 96
# Whom: jmacd@FreeBSD.ORG
#
# $Id: Makefile,v 1.1.1.1 1996/09/17 23:43:20 jmacd Exp $
#
DISTNAME= prcs-1.0.1
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/
MAINTAINER= jmacd@FreeBSD.ORG
# Port is broken because it relies on g++ 2.7.2. Ask me
# for a package.
BROKEN= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
.include <bsd.port.mk>
|