Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.37 2014/05/29 23:38:20 wiz Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 0.3.101
|
|
|
|
DISTNAME= exo-${XFCE4_VERSION}
|
|
PKGNAME= xfce4-exo-${XFCE4_VERSION}
|
|
PKGREVISION= 26
|
|
CATEGORIES= x11
|
|
COMMENT= Xfce extension library
|
|
|
|
DEPENDS+= p5-URI>=0:../../www/p5-URI
|
|
|
|
PKGCONFIG_OVERRIDE+= exo/exo-0.3.pc.in exo-hal/exo-hal-0.3.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-python
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL+= exo-helper/helpers/exo-compose-mail-0.3
|
|
|
|
PKG_SYSCONFSUBDIR= xdg/xfce4
|
|
EGDIR= ${XFCE4_EGBASE}
|
|
|
|
MAKE_DIRS+= ${SYSCONFDIR}
|
|
MAKE_DIRS+= ${EGDIR} ${PREFIX}/share/xfce4 ${PREFIX}/share/xfce4/doc
|
|
.for f in C es fr id ja pt_BR tr
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/${f}
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/${f}/images
|
|
.endfor
|
|
|
|
CONF_FILES= ${EGDIR}/helpers.rc ${PKG_SYSCONFDIR}/helpers.rc
|
|
OWN_DIRS+= ${EGDIR}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
|
.include "../../x11/libxfce4util/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|