31e0b9f12c
Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release.
24 lines
489 B
Makefile
24 lines
489 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= batmon
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNUstep battery monitor for laptops
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
|
${WRKSRC}/GNUmakefile
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/batmon.app/batmon
|
|
|
|
.include <bsd.port.mk>
|