blob: c3cc0218dad59460d6a210637495ed563bfa61b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.18 2006/02/21 22:42:39 wiz Exp $
#
DISTNAME= whiteBOX-0.5
PKGREVISION= 5
CATEGORIES= wm x11
MASTER_SITES= http://whitebox.sourceforge.net/dist/
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://whitebox.sourceforge.net/
COMMENT= Multi-purpose configuration tool for Blackbox
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
# this prevents us from build-depending on autoconf and automake
pre-install:
${RM} -f ${WRKSRC}/mkinstalldirs
${ECHO} "#!${SH}" > ${WRKSRC}/mkinstalldirs
${ECHO} "${ECHO}" >> ${WRKSRC}/mkinstalldirs
${CHMOD} 755 ${WRKSRC}/mkinstalldirs
${INSTALL_DATA_DIR} ${PREFIX}/share/whiteBOX/pixmaps
${INSTALL_DATA_DIR} ${PREFIX}/share/whiteBOX/plugins
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|