|
Lines 5-18
Link Here
|
| 5 |
# $FreeBSD: ports/sysutils/powerman/Makefile,v 1.8 2009/02/16 13:25:42 jadawin Exp $ |
5 |
# $FreeBSD: ports/sysutils/powerman/Makefile,v 1.8 2009/02/16 13:25:42 jadawin Exp $ |
| 6 |
|
6 |
|
| 7 |
PORTNAME= powerman |
7 |
PORTNAME= powerman |
| 8 |
PORTVERSION= 2.3.4 |
8 |
PORTVERSION= 2.3.5 |
| 9 |
#PORTREVISION= 1 |
|
|
| 10 |
CATEGORIES= sysutils parallel |
9 |
CATEGORIES= sysutils parallel |
| 11 |
MASTER_SITES= SF/powerman |
10 |
MASTER_SITES= SF/powerman |
| 12 |
|
11 |
|
| 13 |
MAINTAINER= ports@FreeBSD.org |
12 |
MAINTAINER= ports@FreeBSD.org |
| 14 |
COMMENT= PowerMan is a tool for doing remote power control |
13 |
COMMENT= PowerMan is a tool for doing remote power control |
| 15 |
|
14 |
|
|
|
15 |
BUILD_DEPENDS= ${LOCALBASE}/include/curl/curl.h:${PORTSDIR}/ftp/curl |
| 16 |
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl |
16 |
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl |
| 17 |
|
17 |
|
| 18 |
USE_PERL5_BUILD= yes |
18 |
USE_PERL5_BUILD= yes |
|
Lines 24-30
Link Here
|
| 24 |
USE_LDCONFIG= yes |
24 |
USE_LDCONFIG= yes |
| 25 |
USE_RC_SUBR= powerman.sh |
25 |
USE_RC_SUBR= powerman.sh |
| 26 |
|
26 |
|
| 27 |
CFLAGS+= -I${LOCALBASE}/include |
27 |
CFLAGS+= -I${LOCALBASE}/include -DHAVE_CURL |
| 28 |
LDFLAGS+= -L${LOCALBASE}/lib |
28 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 29 |
|
29 |
|
| 30 |
MAN1= pm.1 powerman.1 |
30 |
MAN1= pm.1 powerman.1 |