[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / chat / irssi

Annotation of pkgsrc/chat/irssi/Makefile.common, Revision 1.5

1.5     ! wiz         1: # $NetBSD: Makefile.common,v 1.4 2006/01/17 21:45:52 veego Exp $
1.1       jmmv        2:
                      3: # Specific distribution information.
1.5     ! wiz         4: IRSSI_VERSION=         0.8.10a
        !             5: # nevertheless, inside the tarball it is still 0.8.10
        !             6: WRKSRC=                        ${WRKDIR}/irssi-0.8.10
1.1       jmmv        7: IRSSI_DISTNAME=                irssi-${IRSSI_VERSION}
                      8: IRSSI_EXTRACT_SUFX=    .tar.bz2
                      9: IRSSI_DISTFILE=                ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
                     10:
                     11: # These files are generated during Irssi's build, but are required by
                     12: # plugins to compile properly.
                     13: IRSSI_CONFIG=          ${PREFIX}/share/irssi/irssi-config
                     14: IRSSI_CONFIG_H=                ${PREFIX}/share/irssi/config.h

CVSweb <webmaster@jp.NetBSD.org>