freebsd-ports/irc/tircproxy/Makefile
Pete Fritchman 72def5da57 - reset maintainership to ports@ (the current maintainer says he has
no access to FreeBSD machines to help maintain the port)
- use DOCSDIR
- support NOOPORTDOCS properly
- fix a patch to correctly support transparent mode
- remove pre-configure script (this breaks the build on bento)
- bump PORTREVISION

PR:		38922
Submitted by:	Michael Nottebrock <michaelnottebrock@gmx.net>
2002-06-07 20:17:01 +00:00

30 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= 2
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>