mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
20 lines
405 B
Makefile
20 lines
405 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.4 1996/11/18 11:23:34 asami 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
|
|
MAN1= prcs.1
|
|
|
|
.include <bsd.port.mk>
|