mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
19 lines
347 B
Makefile
19 lines
347 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= jam
|
|
PORTVERSION= 2.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://swarm.workshop.perforce.com/projects/perforce_software-jam/download/main/
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Build utility like make(1)
|
|
|
|
USES= zip
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|