freebsd-ports/irc/tircproxy/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

29 lines
626 B
Makefile

# New ports collection makefile for: tircproxy
# Date created: 11 Aug 1999
# Whom: Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
#
# $FreeBSD$
#
PORTNAME= tircproxy
PORTVERSION= 0.4.5
PORTREVISION= 3
CATEGORIES= irc
MASTER_SITES= http://bre.klaki.net/programs/tircproxy/
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/tircproxy-0.4
GNU_CONFIGURE= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tircproxy ${PREFIX}/sbin
post-install:
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing tircproxy docs in ${DOCSDIR}"
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>