Import of pkgsrc-2015Q2

This commit is contained in:
2016-01-21 23:41:46 +01:00
committed by sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions
+25
View File
@@ -0,0 +1,25 @@
$NetBSD: patch-Makefile,v 1.1 2015/05/06 20:45:43 tonio Exp $
Modify Makefile appropriately for pkgsrc.
--- Makefile.orig 2014-09-23 07:03:10.000000000 +0000
+++ Makefile 2015-05-06 15:27:05.000000000 +0000
@@ -1,14 +1,14 @@
#### Standard configuration parameters
# Compile using ocamlopt, to use ocamlc set TARGET=byte
-TARGET=opt
+#TARGET=opt
# Install prefix
-PREFIX?=/usr/local
+#PREFIX?=/usr/local
# Library directory of hevea
-LIBDIR=$(PREFIX)/lib/hevea
+LIBDIR=$(PREFIX)/share/hevea
# Where to install programms
BINDIR=$(PREFIX)/bin
#Where to install hevea.sty
-LATEXLIBDIR=$(PREFIX)/lib/hevea
+LATEXLIBDIR=$(LIBDIR)
##### Advanced configuration parameters
SUF=
DIR=