1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/hagelslag/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

35 lines
800 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
CATEGORIES= net
MASTER_SITES= http://tiefighter.et.tudelft.nl/hagelslag/ \
ftp://tiefighter.et.tudelft.nl/pub/hagelslag/v${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
USE_REINPLACE= yes
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>