1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11/bbappconf/Makefile
Edwin Groothuis acc468d57e Maintainer mailaddress mass change
Maintainers mailaddress has changed, so the ports should be updated.

PR:		ports/95796
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de>
2006-04-15 11:47:42 +00:00

27 lines
641 B
Makefile

# 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= gerrit.beine@gmx.de
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>