aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pies/Makefile
blob: c7ae489d822480153a39923d1c42c01f927d5e62 (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
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME=	pies
PORTVERSION=	1.5
CATEGORIES=	sysutils
MASTER_SITES=	http://download.gnu.org.ua/pub/release/${PORTNAME}/ \
		http://download.gnu.org.ua/pub/alpha/${PORTNAME}/

MAINTAINER=	zeus@gnu.org.ua
COMMENT=	Program Invocation and Execution Supervisor

LICENSE=	GPLv3+

USES=		charsetfix gmake iconv tar:bz2
GNU_CONFIGURE=	yes
USE_RC_SUBR=	${PORTNAME}

INFO=		${PORTNAME}
PORTDOCS=	ChangeLog NEWS README

OPTIONS_DEFINE=	DOCS INETD NLS PAM
OPTIONS_SUB=	yes

INETD_DESC=	Build and install replacement for inetd(8)

INETD_CONFIGURE_ON=	--enable-inetd
NLS_USES=	gettext
NLS_CONFIGURE_OFF=	--disable-nls
PAM_CONFIGURE_OFF=	--disable-pam

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>