19 lines
392 B
Makefile
19 lines
392 B
Makefile
# New ports collection makefile for: prcs
|
|
# Version required: 1.0.1
|
|
# Date created: 17 Sep 96
|
|
# Whom: jmacd@FreeBSD.ORG
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/09/18 00:54:30 jmacd Exp $
|
|
#
|
|
|
|
DISTNAME= prcs-1.0.1
|
|
CATEGORIES+= devel
|
|
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/
|
|
|
|
MAINTAINER= jmacd@FreeBSD.ORG
|
|
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|