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

Annotation of pkgsrc/wm/enlightenment/Makefile, Revision 1.7

1.7     ! jlam        1: # $NetBSD: Makefile,v 1.6 2001/08/29 22:41:22 jlam Exp $
1.1       wiz         2:
                      3: DISTNAME=              enlightenment-0.16.4
                      4: CATEGORIES=            x11 gnome wm
                      5: MASTER_SITES=          ftp://ftp.enlightenment.org/pub/e/enlightenment/
                      6:
                      7: MAINTAINER=            packages@netbsd.org
                      8: HOMEPAGE=              http://www.enlightenment.org/
1.2       wiz         9: COMMENT=               Window manager for X
1.1       wiz        10:
1.6       jlam       11: USE_BUILDLINK_ONLY=    yes
1.1       wiz        12: USE_PERL5=             yes
                     13: USE_X11BASE=           yes
                     14:
                     15: GNU_CONFIGURE=         yes
                     16: CONFIGURE_ARGS+=       --enable-fsstd
                     17: MAKE_ENV+=             USER=${SHAREOWN}:${SHAREGRP}
                     18:
1.6       jlam       19: # Remove -I$(includedir) from the INCLUDES passed to the compiler as this
                     20: # defeats buildlink.
                     21: #
                     22: post-patch:
                     23:        cd ${WRKSRC};                                                   \
                     24:        files=`${FIND} . -name "Makefile.in" -print`;                   \
                     25:        for file in $${files}; do                                       \
                     26:                ${MV} -f $${file} $${file}.fixme;                       \
                     27:                ${SED} -e "/^INCLUDES.*=.*/s|[  ]*-I\$$(includedir)||"  \
                     28:                        $${file}.fixme > $${file};                      \
                     29:                ${RM} $${file}.fixme;                                   \
                     30:        done
                     31:
1.1       wiz        32: post-install:
                     33:        for FILE in `${GREP} "\.directory$$" ${PKGDIR}/PLIST`; do \
                     34:          ${TOUCH} ${PREFIX}/$${FILE}; \
                     35:        done
                     36:        ${FIND} ${PREFIX}/share/enlightenment/themes -type d | \
1.3       jlam       37:        ${XARGS} ${CHMOD} ${BINMODE}
1.1       wiz        38:        ${FIND} ${PREFIX}/share/enlightenment/themes -type f | \
1.3       jlam       39:        ${XARGS} ${CHMOD} ${NONBINMODE}
1.1       wiz        40:
1.7     ! jlam       41: .include "../../mk/x11.buildlink.mk"
1.5       zuntum     42: .include "../../audio/esound/buildlink.mk"
                     43: .include "../../graphics/imlib/buildlink.mk"
                     44: .include "../../graphics/fnlib/buildlink.mk"
                     45: .include "../../graphics/freetype-lib/buildlink.mk"
                     46: .include "../../www/libghttp/buildlink.mk"
1.1       wiz        47: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>