mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
3a9f827bef
reason for RESTRICTED. "--prefix=${PREFIX}" in CONFIGURE_ARGS is not necessary if GNU_CONFIGURE is set.
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: xgs-0.40
|
|
# Version required: 0.40
|
|
# Date created: 17th January 1996
|
|
# Whom: Joel Sutton <suttonj@interconnect.com.au>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/02/24 13:50:06 tg Exp $
|
|
#
|
|
|
|
DISTNAME= xgs-0.40
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.optera.com/~invid/emulators/XGS/ \
|
|
ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ROMFILE}
|
|
|
|
MAINTAINER= suttonj@interconnect.com.au
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
NO_PACKAGE= ${RESTRICTED}
|
|
RESTRICTED= "xgs.rom copyright is owned by Apple and cannot be distributed"
|
|
WRKSRC= ${WRKDIR}/xgs
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-oss-sound
|
|
|
|
#INSTALL_DATA?= install -c -o bin -g bin
|
|
ROMFILE= xgs.rom
|
|
XGS= /share/xgs
|
|
|
|
post-patch:
|
|
cp ${DISTDIR}/${ROMFILE} ${WRKSRC}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${INSTALL_DATA} -m 644 ${WRKSRC}/CHANGES ${WRKSRC}/COMPATIBILITY \
|
|
${WRKSRC}/README ${WRKSRC}/TO-DO ${PREFIX}${XGS}/
|
|
${INSTALL_DATA} -m 644 ${PKGDIR}/DESCR ${PREFIX}${XGS}/README.FreeBSD
|
|
.endif
|
|
${INSTALL_DATA} -m 666 /dev/null ${PREFIX}${XGS}/xgs.ram
|
|
|
|
.include <bsd.port.mk>
|