1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/jwasm/Makefile
Wesley Shields 2d4c5d3d79 Update to 207a
PR:		ports/170262
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
2012-08-03 02:06:44 +00:00

36 lines
824 B
Makefile

# New ports collection makefile for: jwasm
# Date created: 7 April 2009
# Whom: Pedro F. Giffuni
#
# $FreeBSD$
#
PORTNAME= jwasm
PORTVERSION= 207a
CATEGORIES= devel
MASTER_SITES= http://www.japheth.de/Download/JWasm/
DISTNAME= JWasm${PORTVERSION}s
MAINTAINER= ports@FreeBSD.org
COMMENT= Fork of OpenWatcom's x86 assembler with AMD64 support
ONLY_FOR_ARCHS= amd64 i386
USE_ZIP= yes
USE_GMAKE= yes
MAKEFILE= GccUnix.mak
NO_WRKSUBDIR= yes
EXTRACT_BEFORE_ARGS= -qa
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/GccUnixR/jwasm ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
@${MKDIR} ${DOCSDIR}/manual
@${INSTALL_DATA} ${WRKSRC}/Doc/*.txt ${DOCSDIR}/manual
@${GZIP_CMD} ${DOCSDIR}/*.txt ${DOCSDIR}/manual/*.txt
.endif
.include <bsd.port.mk>