1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/jam/Makefile
Pav Lucistnik 4ce80d93b3 - Update download location
Reported by:	-fetch-original pointyhat run
2009-01-30 20:40:05 +00:00

28 lines
535 B
Makefile

# New ports collection makefile for: jam
# Date created: 10 July 1998
# Whom: Jeffrey Hsu <hsu@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= jam
PORTVERSION= 2.5
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/jam/
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A build utility like make(1)
USE_ZIP= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
.endif
.include <bsd.port.mk>