1d88d762d6
Assign maintainership to submitter. PR: 31644 Submitted by: Samuel Tardieu <sam@inf.enst.fr> Approved by: maintainer
35 lines
637 B
Makefile
35 lines
637 B
Makefile
# 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
|
|
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)
|
|
${PERL} -pi -e "s@^(SUBDIRS = .*) emacs (.*)@\1 \2@" \
|
|
${WRKSRC}/Makefile.in
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|