freebsd-ports/devel/jam/Makefile
Hidetoshi Shimokawa 4feee066e6 Use ./jam0 rather than bin.freebsdx86/jam for installation.
It works both on alpha and i386.

Approved by: Maintainer <hsu@FreeBSD.ORG>
1999-01-06 11:50:47 +00:00

25 lines
564 B
Makefile

# New ports collection makefile for: jam
# Version required: 2.2
# Date created: 10 July 1998
# Whom: Jeffrey Hsu <hsu@freebsd.org>
#
# $Id: Makefile,v 1.1.1.1 1998/07/11 02:40:50 hsu Exp $
#
DISTNAME= jam-2.2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/pub/jam/
MAINTAINER= hsu@freebsd.org
HTML_DOCS_DIR= ${PREFIX}/share/doc/jam
HTML_DOCS= Jam.html Jambase.html Jamfile.html Jamlang.html
do-install:
(cd ${WRKSRC}; \
./jam0 install; \
${MKDIR} ${HTML_DOCS_DIR}; \
${INSTALL_MAN} ${HTML_DOCS} ${HTML_DOCS_DIR})
.include <bsd.port.mk>