23 lines
711 B
Plaintext
23 lines
711 B
Plaintext
$OpenBSD: patch-package_conf_in,v 1.2 2005/03/26 03:37:09 dons Exp $
|
|
|
|
package spec
|
|
|
|
--- package.conf.in.orig 2004-05-08 11:13:10.000000000 +1000
|
|
+++ package.conf.in 2004-05-08 11:15:17.000000000 +1000
|
|
@@ -0,0 +1,15 @@
|
|
+Package
|
|
+ {name = "ports",
|
|
+ import_dirs = ["${PREFIX}/lib/hs-ports-0.4.3/ghc6/import"],
|
|
+ source_dirs = [],
|
|
+ library_dirs = ["${PREFIX}/lib/hs-ports-0.4.3/ghc6"],
|
|
+ hs_libraries = ["portsHS"],
|
|
+ extra_libraries = [],
|
|
+ include_dirs = [],
|
|
+ c_includes = [],
|
|
+ package_deps = ["concurrent", "posix", "lang", "haskell98"],
|
|
+ extra_ghc_opts = [],
|
|
+ extra_cc_opts = [],
|
|
+ extra_ld_opts = [],
|
|
+ framework_dirs = [],
|
|
+ extra_frameworks = []}
|