freebsd-ports/net-mgmt/ehnt/Makefile
Pete Fritchman 5afd89e04e - update 0.3
- remove manpages from files, they are now included w/dist
- sort pkg-plist

PR:		31062
Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
2001-10-05 20:34:53 +00:00

35 lines
939 B
Makefile

# New ports collection makefile for: ehnt
# Date created: 2 August 2001
# Whom: marck@rinet.ru
#
# $FreeBSD$
#
PORTNAME= ehnt
PORTVERSION= 0.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}_data-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= marck@rinet.ru
MAN1= ehnt.1
MAN8= ehntserv.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/ehntserv ${PREFIX}/sbin/
${INSTALL_SCRIPT} ${FILESDIR}/ehntserv.sh.sample ${PREFIX}/etc/rc.d/
${INSTALL_MAN} ${WRKSRC}/ehnt.1 ${PREFIX}/man/man1/
${INSTALL_MAN} ${WRKSRC}/ehntserv.8 ${PREFIX}/man/man8/
${MKDIR} ${PREFIX}/share/ehnt
${INSTALL_DATA} ${WRKSRC}/asnc.txt ${PREFIX}/share/ehnt/
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ehnt
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ehnt/
.endif
.include <bsd.port.mk>