freebsd-ports/irc/dircproxy/Makefile
Martin Matuska 0c125fa3e5 - Update to 1.2.0 RC1
- Take maintainership from ports@
2010-04-19 16:19:26 +00:00

32 lines
691 B
Makefile

# New ports collection makefile for: dircproxy
# Date created: 11 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= dircproxy
DISTVERSION= 1.2.0-RC1
CATEGORIES= irc
MASTER_SITES= http://dircproxy.googlecode.com/files/
PKGNAMESUFFIX= -devel
MAINTAINER= mm@FreeBSD.org
COMMENT= A detachable irc proxy server with many features
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.if !defined(NO_INSTALL_MANPAGES)
MAN1= dircproxy.1 dircproxy-crypt.1
.endif
post-install:
.if !defined(NO_INSTALL_MANPAGES)
@cd ${WRKSRC}/doc && make install-man
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>