1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/jam/Makefile
Pav Lucistnik 22a23f2e54 * Take maintainership.
* Clean-up.
* Remove ONLY_FOR_ARCHS.

PR:		ports/85352
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-09-04 22:31:37 +00:00

28 lines
538 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/pub/jam/
MAINTAINER= alejandro@varnet.biz
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>