diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-11-16 01:35:28 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-11-16 01:35:28 +0800 |
commit | d47d37987212c5e183d2e90b7194fe26abd1991f (patch) | |
tree | b84db2422dd0686cfd998280e7e1ffa7a48a6690 /multimedia | |
parent | ab4db8d01a3b14c45f95f62a2f2d6ffdf811ddc8 (diff) | |
download | marcuscom-ports-d47d37987212c5e183d2e90b7194fe26abd1991f.tar marcuscom-ports-d47d37987212c5e183d2e90b7194fe26abd1991f.tar.gz marcuscom-ports-d47d37987212c5e183d2e90b7194fe26abd1991f.tar.bz2 marcuscom-ports-d47d37987212c5e183d2e90b7194fe26abd1991f.tar.lz marcuscom-ports-d47d37987212c5e183d2e90b7194fe26abd1991f.tar.xz marcuscom-ports-d47d37987212c5e183d2e90b7194fe26abd1991f.tar.zst marcuscom-ports-d47d37987212c5e183d2e90b7194fe26abd1991f.zip |
Add acme, a utility that makes multimedia buttons on laptops work under
GNOME 2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@160 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/acme/Makefile | 34 | ||||
-rw-r--r-- | multimedia/acme/distinfo | 1 | ||||
-rw-r--r-- | multimedia/acme/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/acme/pkg-descr | 3 | ||||
-rw-r--r-- | multimedia/acme/pkg-plist | 24 |
5 files changed, 63 insertions, 0 deletions
diff --git a/multimedia/acme/Makefile b/multimedia/acme/Makefile new file mode 100644 index 000000000..628a4171d --- /dev/null +++ b/multimedia/acme/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: acme +# Date created: 15 November 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= acme +PORTVERSION= 1.99.9 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.99 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/multimedia/acme/distinfo b/multimedia/acme/distinfo new file mode 100644 index 000000000..52b745a3f --- /dev/null +++ b/multimedia/acme/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/acme-1.99.9.tar.bz2) = f2f90f8f1bf8d69a5a9c77ab1010d724 diff --git a/multimedia/acme/pkg-comment b/multimedia/acme/pkg-comment new file mode 100644 index 000000000..a3d97b169 --- /dev/null +++ b/multimedia/acme/pkg-comment @@ -0,0 +1 @@ +Tool to make multimedia keys work on laptops diff --git a/multimedia/acme/pkg-descr b/multimedia/acme/pkg-descr new file mode 100644 index 000000000..1cf106bca --- /dev/null +++ b/multimedia/acme/pkg-descr @@ -0,0 +1,3 @@ +This is ACME, a small tool for your laptops. It makes the small multimedia +buttons on these things actually do something. It currently only fully supports +Apple laptops (iBooks and Powerbooks), and should work on other systems as well. diff --git a/multimedia/acme/pkg-plist b/multimedia/acme/pkg-plist new file mode 100644 index 000000000..10c6ed8c6 --- /dev/null +++ b/multimedia/acme/pkg-plist @@ -0,0 +1,24 @@ +bin/acme +bin/acme-properties +etc/gconf/gconf.xml.defaults/apps/acme/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/acme/%gconf.xml +etc/gconf/schemas/acme.schemas +share/gnome/acme/acme-16.png +share/gnome/acme/acme-48.png +share/gnome/acme/acme-brightness.png +share/gnome/acme/acme-eject.png +share/gnome/acme/acme-properties.glade +share/gnome/acme/acme.glade +share/gnome/acme/gnome-speakernotes-muted.png +share/gnome/acme/gnome-speakernotes.png +share/gnome/control-center-2.0/capplets/acme.desktop +share/locale/es/LC_MESSAGES/acme.mo +share/locale/fr/LC_MESSAGES/acme.mo +share/locale/lv/LC_MESSAGES/acme.mo +share/locale/no/LC_MESSAGES/acme.mo +share/locale/pt_BR/LC_MESSAGES/acme.mo +share/locale/sv/LC_MESSAGES/acme.mo +share/locale/vi/LC_MESSAGES/acme.mo +@dirrm share/gnome/acme +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/acme +@dirrm etc/gconf/gconf.xml.defaults/apps/acme |