blob: 37ff7006a54700346fd3e9d9d904b7c8f1ced19a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Gerrit Beine <tux@pinguru.net>
# $FreeBSD$
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
USE_XORG= x11
GNU_CONFIGURE= yes
NO_STAGE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/bbappconf ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/bbtools
.for a in README.bbappconf bbappconf.bb bbappconf.nobb
@${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools
.endfor
.include <bsd.port.mk>
|