diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-29 01:49:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-29 01:49:06 +0800 |
commit | d324fbf6850012433e834f30cd446e426e759545 (patch) | |
tree | f7e0cd38086013aadf5b92e47420b02cfa8a3262 /sysutils/gnome-power-manager/Makefile | |
parent | d73a80e1df14b8b73196d95e3d8478905d686cc7 (diff) | |
download | marcuscom-ports-d324fbf6850012433e834f30cd446e426e759545.tar marcuscom-ports-d324fbf6850012433e834f30cd446e426e759545.tar.gz marcuscom-ports-d324fbf6850012433e834f30cd446e426e759545.tar.bz2 marcuscom-ports-d324fbf6850012433e834f30cd446e426e759545.tar.lz marcuscom-ports-d324fbf6850012433e834f30cd446e426e759545.tar.xz marcuscom-ports-d324fbf6850012433e834f30cd446e426e759545.tar.zst marcuscom-ports-d324fbf6850012433e834f30cd446e426e759545.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8668 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-power-manager/Makefile')
-rw-r--r-- | sysutils/gnome-power-manager/Makefile | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile new file mode 100644 index 000000000..efd9d66e2 --- /dev/null +++ b/sysutils/gnome-power-manager/Makefile @@ -0,0 +1,48 @@ +# New ports collection makefile for: gnome-power-manager +# Date created: 03 May 2006 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.23 2007/03/13 00:33:21 mezz Exp $ +# + +PORTNAME= gnome-power-manager +PORTVERSION= 2.18.2 +PORTREVISION= 1 +CATEGORIES= sysutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Power management system for the GNOME Desktop + +BUILD_DEPENDS= docbook2html:${PORTSDIR}/textproc/docbook-utils \ + ${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410 +LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ + notify.1:${PORTSDIR}/devel/libnotify + +USE_GETTEXT= yes +USE_BZIP2= yes +USE_XLIB= yes +USE_GMAKE= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libwnck \ + gnomedocutils gnomepanel +CONFIGURE_ARGS= --disable-icon-framing \ + --with-doc-dir=${PREFIX}/share/doc \ + --disable-docbook-docs +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= gnome-power-manager.schemas + +MAN1= gnome-power-manager.1 gnome-power-preferences.1 + +post-patch: + @${REINPLACE_CMD} -e 's|-lresolv|| ; s|-Werror||g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> |