freebsd-ports/devel/prcs/Makefile

38 lines
708 B
Makefile
Raw Normal View History

# New ports collection makefile for: prcs
# Date created: 17 Sep 96
# Whom: jmacd@FreeBSD.org
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2001-02-05 15:34:42 +01:00
PORTNAME= prcs
PORTVERSION= 1.3.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sam@inf.enst.fr
2003-02-21 12:23:04 +01:00
COMMENT= The Project Revision Control System
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN1= prcs.1
.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)
${REINPLACE_CMD} -Ee "s@^(SUBDIRS = .*) emacs (.*)@\1 \2@" \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.post.mk>