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
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 10
|
2001-03-13 16:08:45 +01:00
|
|
|
CATEGORIES= sysutils gnome
|
2005-02-21 10:21:36 +01:00
|
|
|
MASTER_SITES= http://heim.ifi.uio.no/~hennikul/gupsc/download/
|
2001-03-13 16:08:45 +01:00
|
|
|
|
|
|
|
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_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_GNOME= gnomelibs gnomehier
|
2003-11-20 16:06:14 +01:00
|
|
|
USE_PERL5_BUILD=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 ; \
|
2006-10-14 10:54:54 +02:00
|
|
|
s|/usr/local|${PREFIX}|; \
|
2001-03-13 16:08:45 +01:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|