2001-03-13 16:08:45 +01:00
|
|
|
# New ports collection makefile for: gupsc
|
|
|
|
# Date created: 13 March 2001
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gupsc
|
|
|
|
PORTVERSION= 0.3.1
|
2002-05-13 14:50:41 +02:00
|
|
|
PORTREVISION= 1
|
2001-03-13 16:08:45 +01:00
|
|
|
CATEGORIES= sysutils gnome
|
|
|
|
MASTER_SITES= http://www.stud.ifi.uio.no/~hennikul/gupsc/download/
|
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A free Gnome client for the Network UPS Tools
|
2001-03-13 16:08:45 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2002-09-01 17:26:31 +02:00
|
|
|
USE_GNOME= gnomelibs
|
2003-11-20 14:51:47 +01:00
|
|
|
USE_PERL= yes
|
2001-03-13 16:08:45 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
pre-patch:
|
2001-03-29 18:35:19 +02:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2001-03-13 16:08:45 +01:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
2003-11-13 13:54:57 +01:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
|
2001-03-13 16:08:45 +01:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|