aboutsummaryrefslogtreecommitdiff
path: root/security/fakeident/Makefile
blob: 4ed54abab9455434c90eb76c8634c32566af3df0 (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
# Created by: Dean Hollister <dean@odyssey.apana.org.au>

PORTNAME=	fakeident
PORTVERSION=	2.7
CATEGORIES=	security
MASTER_SITES=	# empty
DISTFILES=	# empty
EXTRACT_ONLY=	# empty

MAINTAINER=	dean@odyssey.apana.org.au
COMMENT=	Tool that replies with a standard answer to incoming identd requests

LICENSE=	GPLv2+

PLIST_FILES=	sbin/identd

USE_RC_SUBR=	fakeidentd

do-build:
	@${MKDIR} ${WRKSRC} && ${CP} ${FILESDIR}/identd.c ${WRKSRC}
	cd ${WRKSRC} && ${SH} identd.c CC=${CC} ${CFLAGS}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/identd ${STAGEDIR}${PREFIX}/sbin

.include <bsd.port.mk>