freebsd-ports/net-p2p/opendchub/Makefile
Ying-Chieh Liao 136aefccf0 upgrade to 0.7.12
PR:		51973
Submitted by:	Ports Fury
2003-05-09 07:02:18 +00:00

32 lines
721 B
Makefile

# New ports collection makefile for: opendchub
# Date created: May 29, 2002
# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
#
# $FreeBSD$
#
PORTNAME= opendchub
PORTVERSION= 0.7.12
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Unofficial Unix version of the Direct Connect Hub software
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
@${PERL} -pi -e 's|crypt\.h||g ; \
s|malloc\.h||g' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>