aboutsummaryrefslogtreecommitdiff
path: root/devel/libassetml
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-02-27 08:45:45 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-02-27 08:45:45 +0000
commitd5ad5ae32b1aefb703fa408611d05e832a07018d (patch)
tree734a01b6b1ff8bdacbaccafbb76f37eb09bb4535 /devel/libassetml
parent9d3619961ec4505fe1322822a9878abbf07954cf (diff)
downloadports-d5ad5ae32b1aefb703fa408611d05e832a07018d.tar.gz
ports-d5ad5ae32b1aefb703fa408611d05e832a07018d.zip
Notes
Diffstat (limited to 'devel/libassetml')
-rw-r--r--devel/libassetml/Makefile33
-rw-r--r--devel/libassetml/distinfo1
-rw-r--r--devel/libassetml/files/patch-configure11
-rw-r--r--devel/libassetml/pkg-descr6
-rw-r--r--devel/libassetml/pkg-plist16
5 files changed, 67 insertions, 0 deletions
diff --git a/devel/libassetml/Makefile b/devel/libassetml/Makefile
new file mode 100644
index 000000000000..0fb6057143d3
--- /dev/null
+++ b/devel/libassetml/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: libassetml
+# Date created: 2 Dec 2003
+# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libassetml
+PORTVERSION= 1.2.1
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ofset
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Devel Library to share image and audio files between projects
+
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack lthack gnomeprefix gnometarget libxml2 pkgconfig
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
+ LDFLAGS=-L${LOCALBASE}/lib
+
+INFO= libassetml
+
+post-install:
+ @${MKDIR} ${PREFIX}/share/gnome/assetml
+
+.include <bsd.port.mk>
diff --git a/devel/libassetml/distinfo b/devel/libassetml/distinfo
new file mode 100644
index 000000000000..842a2bdcc96a
--- /dev/null
+++ b/devel/libassetml/distinfo
@@ -0,0 +1 @@
+MD5 (libassetml-1.2.1.tar.gz) = 4b10fd0fb8e00a4fb526665413479516
diff --git a/devel/libassetml/files/patch-configure b/devel/libassetml/files/patch-configure
new file mode 100644
index 000000000000..788ddabbd4a5
--- /dev/null
+++ b/devel/libassetml/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Thu Dec 4 12:51:13 2003
++++ configure Thu Dec 4 12:52:04 2003
+@@ -11645,7 +11646,7 @@
+
+
+ cat >>confdefs.h <<_ACEOF
+-#define ASSETML_DIR "${myprefix}/${DATADIRNAME}/${ASSETML_DIR}"
++#define ASSETML_DIR "${myprefix}/${DATADIRNAME}/gnome/${ASSETML_DIR}"
+ _ACEOF
+
+
diff --git a/devel/libassetml/pkg-descr b/devel/libassetml/pkg-descr
new file mode 100644
index 000000000000..7bc6d30f1647
--- /dev/null
+++ b/devel/libassetml/pkg-descr
@@ -0,0 +1,6 @@
+This is a library based on an XML file format that is used to share
+and reuse content like image and audio file.
+Application using this library can query files on their system that
+provides an assetml xml file description.
+
+WWW: http://www.ofset.org/assetml/
diff --git a/devel/libassetml/pkg-plist b/devel/libassetml/pkg-plist
new file mode 100644
index 000000000000..29910d2269ac
--- /dev/null
+++ b/devel/libassetml/pkg-plist
@@ -0,0 +1,16 @@
+bin/assetml-query
+include/libassetml-1.0/libassetml/assetml.h
+lib/libassetml.a
+lib/libassetml.so
+lib/libassetml.so.0
+libdata/pkgconfig/libassetml.pc
+share/gnome/help/libassetml/C/libassetml.html
+share/gnome/help/libassetml/C/topic.dat
+share/locale/fr/LC_MESSAGES/libassetml.mo
+share/locale/it/LC_MESSAGES/libassetml.mo
+share/locale/ja/LC_MESSAGES/libassetml.mo
+@dirrm share/gnome/help/libassetml/C
+@dirrm share/gnome/help/libassetml
+@dirrm share/gnome/assetml
+@dirrm include/libassetml-1.0/libassetml
+@dirrm include/libassetml-1.0