aboutsummaryrefslogblamecommitdiff
path: root/irc/dircproxy/Makefile
blob: 0e6150403b570d30a6d9216e58b8245ff97b8297 (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                         
                 
                   
 
                              
                                                              
                                               
 
                     
 



                         
 
                   
                           
                              

             
                                                                        
 
                      
PORTNAME=	dircproxy
DISTVERSION=	1.2.0-RC1
PORTREVISION=	2
CATEGORIES=	irc

MAINTAINER=	mm@FreeBSD.org
COMMENT=	Detachable irc proxy server with many features
WWW=		http://dircproxy.securiweb.net/

LICENSE=	GPLv2

USE_GITHUB=	yes
GH_ACCOUNT=	w8tvi
GH_PROJECT=	dircproxy
GH_TAGNAME=	dc563b3

GNU_CONFIGURE=	yes
SUB_FILES+=	pkg-message
USES=		autoreconf cpe

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

.include <bsd.port.mk>