diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libassetml/Makefile | 33 | ||||
-rw-r--r-- | devel/libassetml/distinfo | 1 | ||||
-rw-r--r-- | devel/libassetml/files/patch-configure | 11 | ||||
-rw-r--r-- | devel/libassetml/pkg-descr | 6 | ||||
-rw-r--r-- | devel/libassetml/pkg-plist | 16 |
6 files changed, 68 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ae91826dcebf..b60d339d79e0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -345,6 +345,7 @@ SUBDIR += libafterbase SUBDIR += libargparse SUBDIR += libassa + SUBDIR += libassetml SUBDIR += libast SUBDIR += libavl SUBDIR += libbonobo 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 |