pkgsrc/emulators/compat12/Makefile
agc 258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00

33 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:23 agc Exp $
#
DISTNAME= compat12
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= _${ARCH}.tgz
MAINTAINER= tv@netbsd.org
HAS_CONFIGURE= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/usr/lib
PLIST_SRC= ${WRKSRC}/.PLIST
pre-fetch:
@case ${ARCH} in \
amiga|atari|hp300|i386|mac68k|mvme68k|pc532|sparc|sun3) ;; \
*) ${ECHO_MSG} "This package cannot be built on ${ARCH}."; exit 1;; \
esac
pre-configure:
@${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC}
post-install:
${LDCONFIG} || ${TRUE}
.include "../../mk/bsd.pkg.mk"
# for sun3x in 1.3.x, get sun3 package
.if (${ARCH} == "sun3x")
ARCH= sun3
.endif