[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / ghostscript

Annotation of pkgsrc/print/ghostscript/Makefile, Revision 1.118

1.118   ! wiz         1: # $NetBSD: Makefile,v 1.117 2019/07/20 22:46:03 wiz Exp $
1.114     wiz         2: #
1.1       jlam        3:
1.114     wiz         4: # XXX The version number is the last one before the agpl change.
                      5: DISTNAME=      ghostscript-9.05
1.118   ! wiz         6: PKGREVISION=   19
1.99      sbd         7: CATEGORIES=    print meta-pkgs
                      8: MASTER_SITES=  # empty
1.25      joerg       9:
                     10: MAINTAINER=    pkgsrc-users@NetBSD.org
1.99      sbd        11: COMMENT=       Meta-package for installing the preferred ghostscript version
1.1       jlam       12:
1.99      sbd        13: META_PACKAGE=  yes
1.71      gdt        14:
1.99      sbd        15: PKG_OPTIONS_VAR=               PKG_OPTIONS.gs_type
                     16: PKG_OPTIONS_OPTIONAL_GROUPS=   ghostscript
                     17: PKG_OPTIONS_GROUP.ghostscript+=        ghostscript-agpl ghostscript-gpl
1.115     gdt        18: PKG_SUGGESTED_OPTIONS+=                ghostscript-agpl
1.89      mef        19:
1.99      sbd        20: .include "../../mk/bsd.options.mk"
1.69      drochner   21:
1.103     ryoon      22: .if !empty(PKG_OPTIONS:Mghostscript-agpl)
1.99      sbd        23: DEPENDS+=      ghostscript-agpl-[0-9]*:../../print/ghostscript-agpl
1.103     ryoon      24: .elif !empty(PKG_OPTIONS:Mghostscript-gpl)
1.99      sbd        25: DEPENDS+=      ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl
1.74      tnn        26: .endif
1.52      tron       27:
1.17      wiz        28: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>