1996-09-17 23:43:20 +00:00
|
|
|
# New ports collection makefile for: prcs
|
|
|
|
# Date created: 17 Sep 96
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: jmacd@FreeBSD.org
|
1996-09-17 23:43:20 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1996-09-17 23:43:20 +00:00
|
|
|
#
|
|
|
|
|
2001-02-05 14:34:42 +00:00
|
|
|
PORTNAME= prcs
|
2002-04-22 23:50:51 +00:00
|
|
|
PORTVERSION= 1.3.0
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= devel
|
2002-04-22 23:50:51 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1996-09-17 23:43:20 +00:00
|
|
|
|
2002-04-22 23:50:51 +00:00
|
|
|
MAINTAINER= sam@inf.enst.fr
|
2003-02-21 11:23:04 +00:00
|
|
|
COMMENT= The Project Revision Control System
|
1998-11-28 08:53:01 +00:00
|
|
|
|
1996-09-17 23:43:20 +00:00
|
|
|
USE_GMAKE= yes
|
2002-04-22 23:50:51 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-11-04 05:46:38 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
1996-11-18 14:17:24 +00:00
|
|
|
MAN1= prcs.1
|
1996-09-17 23:43:20 +00:00
|
|
|
|
2002-04-22 23:50:51 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-05-18 11:41:56 +00:00
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
|
|
.endif
|
|
|
|
|
2002-04-22 23:50:51 +00:00
|
|
|
.if exists(${LOCALBASE}/bin/emacs)
|
|
|
|
PLIST_SUB+= EMACS=''
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= EMACS='@comment '
|
|
|
|
.endif
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
.if !exists(${LOCALBASE}/bin/emacs)
|
2002-11-05 02:34:09 +00:00
|
|
|
${REINPLACE_CMD} -Ee "s@^(SUBDIRS = .*) emacs (.*)@\1 \2@" \
|
2002-04-22 23:50:51 +00:00
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|