2001-03-10 20:49:24 +01:00
|
|
|
# New ports collection makefile for: dircproxy
|
|
|
|
# Date created: 11 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-01-03 07:37:28 +01:00
|
|
|
PORTNAME= dircproxy
|
2007-02-12 08:56:07 +01:00
|
|
|
PORTVERSION= 1.2.0.b2
|
2007-11-04 19:11:54 +01:00
|
|
|
PORTREVISION= 1
|
2003-01-03 07:37:28 +01:00
|
|
|
CATEGORIES= irc
|
2007-02-12 08:56:07 +01:00
|
|
|
MASTER_SITES= http://dircproxy.securiweb.net/pub/1.2/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/g}
|
|
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
EXTRACT_SUFX= .tar.bz
|
2001-03-10 20:49:24 +01:00
|
|
|
|
2007-04-05 15:19:09 +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
|
|
|
|
2007-02-12 08:56:07 +01:00
|
|
|
USE_BZIP2= yes
|
2003-01-03 07:37:28 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-02-12 08:56:07 +01:00
|
|
|
SUB_FILES+= pkg-message
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
2001-03-10 20:49:24 +01:00
|
|
|
|
2007-02-12 08:56:07 +01:00
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
2003-01-03 07:37:28 +01:00
|
|
|
MAN1= dircproxy.1 dircproxy-crypt.1
|
2007-02-12 08:56:07 +01:00
|
|
|
.endif
|
2001-03-10 20:49:24 +01:00
|
|
|
|
|
|
|
post-install:
|
2007-02-12 08:56:07 +01:00
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
|
|
|
@cd ${WRKSRC}/doc && make install-man
|
|
|
|
.endif
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
2001-03-10 20:49:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|