mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
51 lines
1.6 KiB
Makefile
51 lines
1.6 KiB
Makefile
# New ports collection makefile for: gnome-packagekit
|
|
# Date created: 15 Aug 2009
|
|
# Whom: Anders F Bjorklund <afb@users.sourceforge.net>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports-stable/ports-mgmt/gnome-packagekit/Makefile,v 1.1 2010/07/21 15:21:03 kwm Exp $
|
|
|
|
PORTNAME= gnome-packagekit
|
|
PORTVERSION= 2.30.3
|
|
CATEGORIES= ports-mgmt sysutils gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= PackageKit client programs for the GNOME desktop
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils
|
|
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
|
|
packagekit-glib2.14:${PORTSDIR}/ports-mgmt/packagekit \
|
|
notify:${PORTSDIR}/devel/libnotify \
|
|
unique-1.0:${PORTSDIR}/x11-toolkits/unique \
|
|
devkit-power-gobject.1:${PORTSDIR}/sysutils/upower \
|
|
canberra-gtk.0:${PORTSDIR}/audio/libcanberra
|
|
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomemenus gnomedocutils \
|
|
desktopfileutils
|
|
USE_GETTEXT= yes
|
|
USE_ICONV= yes
|
|
USE_PYTHON_BUILD=2.4+
|
|
GCONF_SCHEMAS= gnome-packagekit.schemas
|
|
INSTALLS_ICONS= yes
|
|
INSTALLS_OMF= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= gpk-application.1 gpk-backend-status.1 gpk-install-local-file.1 \
|
|
gpk-install-mime-type.1 gpk-install-package-name.1 \
|
|
gpk-install-provide-file.1 gpk-prefs.1 gpk-repo.1 gpk-update-icon.1 \
|
|
gpk-update-viewer.1
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} -E -e 's/.*CPPFLAGS.*-Werror/#$$&/' \
|
|
-e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure
|
|
|
|
post-install:
|
|
@-update-desktop-database
|
|
|
|
.include <bsd.port.mk>
|