freebsd-ports/x11/bbappconf/Makefile
Martin Wilke 775f1e3972 - Update MASTER_SITES and WWW
PR:		113520
Submitted by:	Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
2007-06-11 05:12:04 +00:00

28 lines
671 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
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bbtools
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>