Update databases/mariadb105-server to version 10.5.17
[dports.git] / sysutils / batmon / Makefile
1 PORTNAME=       batmon
2 PORTVERSION=    0.8
3 PORTREVISION=   5
4 CATEGORIES=     sysutils gnustep
5 MASTER_SITES=   SAVANNAH/gap
6
7 MAINTAINER=     ports@FreeBSD.org
8 COMMENT=        GNUstep battery monitor for laptops
9 WWW=            https://www.nongnu.org/gap/batmon/index.html
10
11 LICENSE=        GPLv2+
12
13 USES=           gnustep
14 USE_GNUSTEP=    back build
15
16 post-patch:
17         ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
18                 ${WRKSRC}/GNUmakefile
19
20 post-install:
21         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/batmon.app/batmon
22
23 .include <bsd.port.mk>