diff options
author | sbd <sbd@pkgsrc.org> | 2013-04-25 03:46:06 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2013-04-25 03:46:06 +0000 |
commit | 75b36c1aa143f752f561c2813b112f42c93d8596 (patch) | |
tree | 73f4cb75b03946dbd2bc2b74a52d681207881dbe /print | |
parent | 007046052c4ef7c6ce0aa13a47538d5f8c342eb6 (diff) | |
download | pkgsrc-75b36c1aa143f752f561c2813b112f42c93d8596.tar.gz |
Add print/ghostscript/buildlink3.mk
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/buildlink3.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/ghostscript/buildlink3.mk b/print/ghostscript/buildlink3.mk new file mode 100644 index 00000000000..9dd9e7baf7a --- /dev/null +++ b/print/ghostscript/buildlink3.mk @@ -0,0 +1,23 @@ +# $NetBSD: buildlink3.mk,v 1.15 2013/04/25 03:46:06 sbd Exp $ + +BUILDLINK_TREE+= ghostscript + +.if !defined(GHOSTSCRIPT_BUILDLINK3_MK) +GHOSTSCRIPT_BUILDLINK3_MK:= 1 + +BUILDLINK_API_DEPENDS.ghostscript+= ghostscript>=8.63nb1 +BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=9.05nb4 +BUILDLINK_PKGSRCDIR.ghostscript= ../../print/ghostscript + +pkgbase := ghostscript +.include "../../mk/pkg-build-options.mk" + +.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-agpl) +.include "../../print/ghostscript-agpl/buildlink3.mk" +.elif !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-gpl) +.include "../../print/ghostscript-gpl/buildlink3.mk" +.endif + +.endif # GHOSTSCRIPT_BUILDLINK3_MK + +BUILDLINK_TREE+= -ghostscript |