1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/sysutils/bbapm/Makefile
2004-02-04 05:10:27 +00:00

35 lines
821 B
Makefile

# New ports collection makefile for: bbapm
# Date created: 3 August 2001
# Whom: Adam Weinberger <adam@vectors.cx>
#
# $FreeBSD$
#
PORTNAME= bbapm
PORTVERSION= 0.0.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://bbtools.windsofstorm.net/sources/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= bbapm-0.0.1-freebsd-patch-2.diff
PATCH_DIST_STRIP= -p1
MAINTAINER= adamw@FreeBSD.org
COMMENT= APM monitor for the Blackbox slit
ONLY_FOR_ARCHS= i386
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
do-install:
@${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g operator \
-m 2555 ${WRKSRC}/bbapm ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/bbtools
.for a in README.bbapm bbapm.conf bbapm.nobb bbapm.style bbtoolsrc.in
@${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools
.endfor
.include <bsd.port.mk>