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

Annotation of pkgsrc/math/pspp/Makefile, Revision 1.57

1.57    ! obache      1: # $NetBSD: Makefile,v 1.56 2012/09/11 23:04:30 asau Exp $
1.1       frueauf     2: #
                      3:
1.43      joerg       4: DISTNAME=      pspp-0.6.2
1.57    ! obache      5: PKGREVISION=   12
1.1       frueauf     6: CATEGORIES=    math
1.41      asau        7: MASTER_SITES=  ${MASTER_SITE_GNU:=pspp/}
1.1       frueauf     8:
1.35      jlam        9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       frueauf    10: HOMEPAGE=      http://www.gnu.org/software/pspp/
1.15      wiz        11: COMMENT=       Program for statistical analysis of sampled data
1.41      asau       12: LICENSE=       gnu-gpl-v3
1.1       frueauf    13:
1.36      jlam       14: GNU_CONFIGURE=         yes
1.41      asau       15: USE_LIBTOOL=           yes
                     16: USE_TOOLS+=            perl pkg-config msgfmt
                     17: USE_PKGLOCALEDIR=      yes
1.32      rillig     18: CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
1.22      jmmv       19:
1.41      asau       20: .include "options.mk"
                     21:
1.22      jmmv       22: PKG_SYSCONFSUBDIR=     pspp
                     23: EGDIR=         ${PREFIX}/share/examples/pspp
                     24: CONF_FILES=    ${EGDIR}/devices ${PKG_SYSCONFDIR}/devices
1.51      wiz        25: INFO_FILES=    YES
1.1       frueauf    26:
1.41      asau       27: TEST_TARGET=   check
                     28:
                     29: USE_NCURSES=   yes
1.42      tnn        30: # we only want the charset.alias file, so no buildlinkery for libiconv
                     31: DEPENDS+=       libiconv-[0-9]*:../../converters/libiconv
1.41      asau       32: .include "../../devel/ncurses/buildlink3.mk"
                     33: .include "../../devel/readline/buildlink3.mk"
1.29      seb        34: .include "../../devel/gettext-lib/buildlink3.mk"
1.41      asau       35: .include "../../textproc/libxml2/buildlink3.mk"
                     36: .include "../../devel/zlib/buildlink3.mk"
                     37:
1.29      seb        38: .include "../../devel/gmp/buildlink3.mk"
1.41      asau       39: .include "../../math/gsl/buildlink3.mk"
1.1       frueauf    40: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>