aboutsummaryrefslogtreecommitdiff
path: root/devel/prcs/Makefile
blob: 1fafdd3c4e7e3da86cb8af1757fe21333eaacd3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    prcs
# Date created:         17 Sep 96
# Whom:                 jmacd@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	prcs
PORTVERSION=	1.3.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	sam@inf.enst.fr

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>