summaryrefslogtreecommitdiff
path: root/emulators/hercules/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-05-29 23:32:19 +0000
committerkristerw <kristerw@pkgsrc.org>2004-05-29 23:32:19 +0000
commita6d25fe1535af902a8e55997c3dfba8771e79238 (patch)
tree69a35a61282d7fc910c5465e3ae5b82128405b53 /emulators/hercules/Makefile
parent2d05dd1b20725739f82057f884f90391187f94a5 (diff)
downloadpkgsrc-a6d25fe1535af902a8e55997c3dfba8771e79238.tar.gz
Bl3ify, and use mk/pthread.buildlink3.mk instead of hard-coding
a pthread package. Bump PKGREVISION.
Diffstat (limited to 'emulators/hercules/Makefile')
-rw-r--r--emulators/hercules/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile
index 16dbe3e7744..d356cb27cec 100644
--- a/emulators/hercules/Makefile
+++ b/emulators/hercules/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/05/29 23:32:19 kristerw Exp $
DISTNAME= hercules-2.11
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://www.conmicro.cx/hercules/
@@ -9,16 +9,19 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.conmicro.cx/hercules/
COMMENT= S370 emulator
-DEPENDS= unproven-pthreads>0.17nb1:../../devel/unproven-pthreads
DEPENDS+= hercules-images-[0-9]*:../../emulators/hercules-images
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
MAKEFILE= makefile
MAKE_ENV+= HOST_ARCH=${MACHINE_ARCH}
+PTHREAD_OPTS+= require
+
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/hercules
${INSTALL_DATA} ${WRKSRC}/hercules.cnf ${PREFIX}/share/examples/hercules/
${INSTALL_DATA} ${WRKSRC}/zzsa.cnf ${PREFIX}/share/examples/hercules/
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"