blob: f804a7d5a66b6a2c66bd9c87bc8f24b5393fcef2 (
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
25
26
|
# New ports collection makefile for: bbappconf
# Date created: 26 July 2004
# Whom: Gerrit Beine <tux@pinguru.net>
#
# $FreeBSD$
#
PORTNAME= bbappconf
PORTVERSION= 0.0.2
CATEGORIES= x11
MASTER_SITES= http://bbtools.windsofstorm.net/sources/
MAINTAINER= tux@pinguru.net
COMMENT= Application configuring tool for the blackbox window manager
USE_X_PREFIX= yes
GNU_CONFIGURE= 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>
|