freebsd-ports/devel/jam/Makefile

31 lines
632 B
Makefile
Raw Normal View History

# New ports collection makefile for: jam
# Date created: 10 July 1998
# Whom: Jeffrey Hsu <hsu@freebsd.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= jam
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp1.perforce.com/pub/jam/
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
.if ${MACHINE_ARCH} == "alpha"
${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsdaxp/jam ${PREFIX}/bin
.else
${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsd/jam ${PREFIX}/bin
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/jam
${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/jam
.endif
.include <bsd.port.mk>