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