From 227d6d33510f91411df62883f4745a55db3ff7cd Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 29 Oct 1999 13:57:56 +0000 Subject: Initial import of librep, an Emacs Lisp-like runtime library, interpreter, compiler and VM, into the NetBSD packages collection. --- lang/librep/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/librep/Makefile (limited to 'lang/librep/Makefile') diff --git a/lang/librep/Makefile b/lang/librep/Makefile new file mode 100644 index 00000000000..e54208443bb --- /dev/null +++ b/lang/librep/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/29 13:57:56 agc Exp $ +# + +DISTNAME= librep-0.7 +CATEGORIES= lang +MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.dcs.warwick.ac.uk/~john/sw/librep.html + +ONLY_FOR_PLATFORM= SunOS-*-* # only for Solaris, at the moment + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes + +#INFO_FILES= librep.info + +PLIST_SRC= ${WRKDIR}/PLIST-src + +post-install: + case ${OPSYS} in \ + NetBSD) platform=""; os="netbsd1" ;; \ + SunOS) platform="sun"; os="solaris2" ;; \ + esac; \ + ${SED} -e 's|@PLATFORM@|'$$platform'|g' -e 's|@OS@|'$$os'|g' \ + ${PKGDIR}/PLIST > ${PLIST_SRC} + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3