aboutsummaryrefslogtreecommitdiffstats
path: root/irc/dircproxy/Makefile
blob: 4a81fd6aa03cebb860484135316e924f9a64e39f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$

PORTNAME=   dircproxy
DISTVERSION=    1.2.0-RC1
PORTREVISION=   1
CATEGORIES= irc
MASTER_SITES=   http://dircproxy.googlecode.com/files/

MAINTAINER= mm@FreeBSD.org
COMMENT=    Detachable irc proxy server with many features

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

GNU_CONFIGURE=  yes
SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message

post-install:
    @cd ${WRKSRC}/doc && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR}

.include <bsd.port.mk>