freebsd-ports/net-p2p/hagelslag/Makefile
Martin Wilke 327c2d9c49 Update MASTER_SITES
Fix http://people.freebsd.org/%7Efenner/portsurvey/net-p2p.html#hagelslag

PR:		ports/97713
Submitted by:	miwi
Approved by:	krion (mentor)
2006-06-08 13:12:05 +00:00

34 lines
811 B
Makefile

# New ports collection makefile for: hagelslag
# Date created: 14 February 2001
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= hagelslag
PORTVERSION= 0.13
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= A flexible command-line Gnutella implementation with advanced features
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
USE_GMAKE= yes
MAKEFILES= Makefile gui/Makefile src/Makefile
HS_DOCDIR= ${PREFIX}/share/doc/${PORTNAME}
post-patch:
.for mfile in ${MAKEFILES}
@ ${REINPLACE_CMD} -e 's#make -C#\$${MAKE} -C#' ${WRKSRC}/${mfile}
.endfor
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${HS_DOCDIR}
@ ${INSTALL_DATA} ${WRKSRC}/doc/* ${HS_DOCDIR}
.endif
.include <bsd.port.mk>