freebsd-ports/emulators/prodosemu/Makefile
Kevin Lo 376bedfc02 - Remove obsolete site form MASTER_SITES
- Change location of data files from libdata/ to share/

PR: 20752
Submitted by: Ports Fury
2000-08-23 08:43:39 +00:00

27 lines
659 B
Makefile

# New ports collection makefile for: prodosemu
# Date created: 18th February 1997
# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
#
# $FreeBSD$
#
PORTNAME= prodosemu
PORTVERSION= 0.1
CATEGORIES= emulators
MASTER_SITES= ftp://apple2.caltech.edu/pub/apple2/emulators/
DISTNAME= ${PORTNAME}.v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
NO_PACKAGE= yes
RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed.
WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/prodosemu
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/prodosemu
.endif
.include <bsd.port.mk>