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

Annotation of pkgsrc/sysutils/libfm/Makefile, Revision 1.5.2.1

1.5.2.1 ! bsiegert    1: # $NetBSD$
1.1       youri       2: #
                      3:
                      4: DISTNAME=      libfm-1.2.4
1.5       ryoon       5: PKGREVISION=   3
1.1       youri       6: CATEGORIES=    devel
                      7: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pcmanfm/}
                      8: EXTRACT_SUFX=  .tar.xz
                      9:
                     10: MAINTAINER=    pkgsrc-users@NetBSD.org
                     11: HOMEPAGE=      http://pcmanfm.sourceforge.net/
                     12: COMMENT=       File management library
                     13: LICENSE=       gnu-gpl-v2
                     14:
                     15: GNU_CONFIGURE=         yes
                     16: USE_LIBTOOL=           yes
1.5.2.1 ! bsiegert   17: USE_TOOLS+=            intltool msgfmt pkg-config
1.1       youri      18:
1.2       richard    19: # needed for correct getgrgid_r() prototype
                     20: CPPFLAGS.SunOS+=       -D_POSIX_PTHREAD_SEMANTICS
                     21:
1.1       youri      22: CONFIGURE_ARGS+=       --with-gtk=2
                     23:
                     24: PKG_SYSCONFSUBDIR=     xdg
                     25: OWN_DIRS=              ${PKG_SYSCONFDIR}/libfm
                     26: CONF_FILES+=           share/examples/libfm/libfm.conf \
                     27:                        ${PKG_SYSCONFDIR}/libfm/libfm.conf
                     28:
                     29: # XXX: walk-around bug in build wrappers
                     30: #      they try to copy $PREFIX/include/libfm to work dir and there link libfm -> libfm-1.0 is resolved
                     31: #      in the end a consumer of libfm cannot find nonexisting include/libfm
                     32: post-install:
                     33:        ${RUN} rm -f ${DESTDIR}${PREFIX}/include/libfm
                     34:        ${RUN} cp -r ${DESTDIR}${PREFIX}/include/libfm-1.0 ${DESTDIR}${PREFIX}/include/libfm
                     35:
                     36: .include "../../graphics/libexif/buildlink3.mk"
                     37: .include "../../sysutils/desktop-file-utils/desktopdb.mk"
                     38: .include "../../x11/gtk2/buildlink3.mk"
                     39: .include "../../sysutils/menu-cache/buildlink3.mk"
                     40: .include "../../sysutils/libfm-extra/buildlink3.mk"
                     41: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>