freebsd-ports/irc/dircproxy/Makefile

26 lines
565 B
Makefile
Raw Normal View History

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= dircproxy
DISTVERSION= 1.2.0-RC1
2014-01-19 13:41:08 +01:00
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://dircproxy.googlecode.com/files/
MAINTAINER= mm@FreeBSD.org
2003-02-21 13:17:17 +01:00
COMMENT= A detachable irc proxy server with many features
2011-03-23 16:53:22 +01:00
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
MAN1= dircproxy.1 dircproxy-crypt.1
post-install:
2014-01-19 13:41:08 +01:00
@cd ${WRKSRC}/doc && make install-man DESTDIR=${STAGEDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>