2508f4f599
Submitted by: Thomas Strathmann <thomas@tstrathmann.de> (author)
27 lines
649 B
Makefile
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>
|