diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-08-24 13:20:02 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-08-24 13:20:02 +0000 |
commit | e1bc32635a820b8a531404ad8aba63e3b5e3eb64 (patch) | |
tree | c2a10249768d7be11404b5e37315ea43f2971662 | |
parent | 888517b6ee442afd342c5f5286806aebd0c3ebbd (diff) | |
download | ports-e1bc32635a820b8a531404ad8aba63e3b5e3eb64.tar.gz ports-e1bc32635a820b8a531404ad8aba63e3b5e3eb64.zip |
Notes
-rw-r--r-- | editors/morla/Makefile | 10 | ||||
-rw-r--r-- | editors/morla/distinfo | 6 | ||||
-rw-r--r-- | editors/morla/pkg-plist | 6 |
3 files changed, 15 insertions, 7 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 2ce95c206b6c..41bbc3e5e07f 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -6,17 +6,18 @@ # PORTNAME= morla -PORTVERSION= 0.11 -PORTREVISION= 2 +PORTVERSION= 0.13 +#PORTREVISION= 0 CATEGORIES= editors textproc -MASTER_SITES= http://www2.autistici.org/bakunin/morla/ \ +MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ MAINTAINER= nivit@FreeBSD.org COMMENT= A RDF editor LIB_DEPENDS= nxml.18:${PORTSDIR}/textproc/libnxml \ - rdf.0:${PORTSDIR}/textproc/redland + rdf.0:${PORTSDIR}/textproc/redland \ + curl.4:${PORTSDIR}/ftp/curl BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz @@ -25,6 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I/${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GETTEXT= yes USE_GNOME= libgtkhtml libxslt +USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} MAN1= morla.1 diff --git a/editors/morla/distinfo b/editors/morla/distinfo index 91f4c9740cb7..a66c23e4080b 100644 --- a/editors/morla/distinfo +++ b/editors/morla/distinfo @@ -1,3 +1,3 @@ -MD5 (morla-0.11.tar.gz) = c3433c540bf65ce102a333f5a2d3dc4b -SHA256 (morla-0.11.tar.gz) = b0c05ac8ab8ef8601840517f090bf758a32ff5e466355519b836171efeaae840 -SIZE (morla-0.11.tar.gz) = 643764 +MD5 (morla-0.13.tar.gz) = 91b61aadde34343077d068b116e4e463 +SHA256 (morla-0.13.tar.gz) = a2f5525d89c96613517d291706b443df3cfb2ee8f24a6b7893f5710bac4a2efb +SIZE (morla-0.13.tar.gz) = 692632 diff --git a/editors/morla/pkg-plist b/editors/morla/pkg-plist index 4f422a9ea52f..b44027a1d153 100644 --- a/editors/morla/pkg-plist +++ b/editors/morla/pkg-plist @@ -1,5 +1,10 @@ @comment $FreeBSD$ bin/morla +include/morla-module.h +lib/morla/index.xml +lib/morla/libmorla_test.a +lib/morla/libmorla_test.la +lib/morla/libmorla_test.so share/locale/it/LC_MESSAGES/morla.mo %%DATADIR%%/bootsplash.png %%DATADIR%%/icons/128_BN.png @@ -9,5 +14,6 @@ share/locale/it/LC_MESSAGES/morla.mo %%DATADIR%%/icons/64_BN.png %%DATADIR%%/icons/64_color.png %%DATADIR%%/icons/700_color.png +@dirrm lib/morla @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% |