43ac8c39e1
former) for applications that are known to require C++.
28 lines
833 B
Makefile
28 lines
833 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/11/13 22:04:53 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= bbappconf-0.0.2
|
|
CATEGORIES= misc x11 wm
|
|
MASTER_SITES= http://bbtools.windsofstorm.net/sources/
|
|
|
|
MAINTAINER= jschauma@NetBSD.org
|
|
HOMEPAGE= http://bbtools.windsofstorm.net/
|
|
COMMENT= Configure the behaviour of an application under Blackbox
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_BUILDLINK3= YES
|
|
USE_X11BASE= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-patch:
|
|
${SED} -e 's,@PREFIX@,${PREFIX},' ${WRKSRC}/data/bbappconf.1.tmp > \
|
|
${WRKSRC}/data/bbappconf.1
|
|
${SED} -e 's,@PREFIX@,${PREFIX},' ${WRKSRC}/data/README.bbappconf > \
|
|
${WRKSRC}/data/README.bbappconf.tmp
|
|
${MV} ${WRKSRC}/data/README.bbappconf.tmp ${WRKSRC}/data/README.bbappconf
|
|
|
|
post-install:
|
|
${INSTALL_MAN_DIR} ${PREFIX}/man/man1
|
|
${INSTALL_MAN} ${WRKSRC}/data/bbappconf.1 ${PREFIX}/man/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|