2002-06-09 19:59:48 +02:00
|
|
|
# New ports collection makefile for: opendchub
|
|
|
|
# Date created: May 29, 2002
|
|
|
|
# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= opendchub
|
2010-05-08 00:51:04 +02:00
|
|
|
PORTVERSION= 0.8.2
|
2006-01-30 22:36:28 +01:00
|
|
|
CATEGORIES= net-p2p
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Open%20DC%20Hub/${PORTVERSION}
|
2002-06-09 19:59:48 +02:00
|
|
|
|
2010-02-03 14:50:50 +01:00
|
|
|
MAINTAINER= yashin.dm@gmail.com
|
2003-02-16 14:23:06 +01:00
|
|
|
COMMENT= Unofficial Unix version of the Direct Connect Hub software
|
2002-06-09 19:59:48 +02:00
|
|
|
|
2003-01-03 20:09:24 +01:00
|
|
|
USE_PERL5= yes
|
2009-09-16 16:27:22 +02:00
|
|
|
USE_OPENSSL= yes
|
2002-06-09 19:59:48 +02:00
|
|
|
USE_GMAKE= yes
|
2003-01-03 20:09:24 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2009-09-16 16:27:22 +02:00
|
|
|
|
|
|
|
PORTDOCS= README configfiles general scriptdoc
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-02-16 14:23:06 +01:00
|
|
|
|
2010-02-03 14:50:50 +01:00
|
|
|
pre-install:
|
|
|
|
@${CHMOD} a+rx ${WRKSRC}/install-sh
|
|
|
|
|
2002-06-09 19:59:48 +02:00
|
|
|
post-install:
|
2003-01-03 20:09:24 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-06-09 19:59:48 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-01-03 20:09:24 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2004-01-01 12:17:17 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/Documentation/* ${DOCSDIR}
|
2002-06-09 19:59:48 +02:00
|
|
|
.endif
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|