blob: 96dcc3ae6b294246d3a5512a8f9be09a4fe05d46 (
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
27
28
29
30
31
32
33
34
35
36
37
38
|
# New ports collection makefile for: bbapm
# Date created: 3 August 2001
# Whom: Adam Weinberger <adam@vectors.cx>
#
# $FreeBSD$
#
PORTNAME= bbapm
PORTVERSION= 0.0.1
CATEGORIES= x11-wm
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
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
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.post.mk>
|