1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/sysutils/battstat-applet/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

30 lines
699 B
Makefile

# New ports collection makefile for: battstat_applet
# Date created: 17 July 2000
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= battstat-applet
PORTVERSION= 2.0.4
CATEGORIES= sysutils gnome
MASTER_SITES= http://spektr.eu.org/~jp/battstat/
DISTNAME= battstat_applet-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gnomehack gnomeprefix libpanel
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>