1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/as80/Makefile
George C A Reid 2508f4f599 Update MASTER_SITES
Submitted by:	Thomas Strathmann <thomas@tstrathmann.de> (author)
2001-05-03 18:54:53 +00:00

27 lines
649 B
Makefile

# New ports collection makefile for: as80
# Date created: 02 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= as80
PORTVERSION= 0.6.2
CATEGORIES= devel
MASTER_SITES= http://www.tstrathmann.de/files/
MAINTAINER= greid@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/as80 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/asm80 ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/as80
${INSTALL_DATA} ${WRKSRC}/Manual.txt ${PREFIX}/share/doc/as80
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/as80
.endif
.include <bsd.port.mk>