summaryrefslogtreecommitdiff
path: root/lang/cint/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-11-18 11:00:41 +0000
committeragc <agc@pkgsrc.org>1999-11-18 11:00:41 +0000
commit2d4ca4e0682ac8e7354f9c1faa583687d514358e (patch)
tree83f5f312ef3c0240f886f8cc9c7527c59e41c5ae /lang/cint/Makefile
parent71ddb9350505b7ebb578bd6aa64ee1ecaa2e6168 (diff)
downloadpkgsrc-2d4ca4e0682ac8e7354f9c1faa583687d514358e.tar.gz
Package this up a bit better for Solaris.
Delete unwanted patch-file checksums from patchsum file. Re-generate distfile checksum, which seemed to be bad. Add a missing quotation mark to the end of an echo command in the setup script
Diffstat (limited to 'lang/cint/Makefile')
-rw-r--r--lang/cint/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 77785af2bf2..51e125bf63b 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/11/17 14:48:18 drochner Exp $
+# $NetBSD: Makefile,v 1.2 1999/11/18 11:00:41 agc Exp $
DISTNAME= cint5.14
PKGNAME= cint-5.14
@@ -10,7 +10,13 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://root.cern.ch/root/Cint.html
do-build:
- cd $(WRKDIR); sh ./setup platform/netbsd
+ @cd $(WRKDIR); \
+ case ${OPSYS} in \
+ NetBSD) \
+ ${SH} ./setup platform/netbsd ;; \
+ SunOS) \
+ ${SH} ./setup platform/solaris_gcc ;; \
+ esac
do-install:
$(MKDIR) $(PREFIX)/cint