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