freebsd-ports/x11/bbappconf/Makefile
2021-04-06 16:31:07 +02:00

23 lines
611 B
Makefile

# Created by: Gerrit Beine <tux@pinguru.net>
PORTNAME= bbappconf
PORTVERSION= 0.0.2
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Application configuring tool for the blackbox window manager
USES= xorg
USE_XORG= x11
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bbappconf ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PREFIX}/share/bbtools
.for a in README.bbappconf bbappconf.bb bbappconf.nobb
${INSTALL_DATA} ${WRKSRC}/data/${a} ${STAGEDIR}${PREFIX}/share/bbtools
.endfor
.include <bsd.port.mk>