diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-04-17 22:30:33 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-04-17 22:30:33 +0800 |
commit | 08dadb6e992debec707d4c0e6642dd86f1defee0 (patch) | |
tree | 4f3e01421b270b18bf7849f32456bd5f18c448fb /textproc/clo++ | |
parent | c8f5237c327ed9840219da5683df17d5ba3895aa (diff) | |
download | freebsd-ports-gnome-08dadb6e992debec707d4c0e6642dd86f1defee0.tar.gz freebsd-ports-gnome-08dadb6e992debec707d4c0e6642dd86f1defee0.tar.zst freebsd-ports-gnome-08dadb6e992debec707d4c0e6642dd86f1defee0.zip |
Update to version 0.5.0
Submitted by: Peter Jones <pjones@pmade.org>
Diffstat (limited to 'textproc/clo++')
-rw-r--r-- | textproc/clo++/Makefile | 15 | ||||
-rw-r--r-- | textproc/clo++/distinfo | 2 | ||||
-rw-r--r-- | textproc/clo++/files/patch-aa | 13 | ||||
-rw-r--r-- | textproc/clo++/pkg-plist | 2 |
4 files changed, 13 insertions, 19 deletions
diff --git a/textproc/clo++/Makefile b/textproc/clo++/Makefile index 1b5dd80b51e7..1335c80fcb5d 100644 --- a/textproc/clo++/Makefile +++ b/textproc/clo++/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clo++ -PORTVERSION= 0.3.0 +PORTVERSION= 0.5.0 CATEGORIES= textproc MASTER_SITES= http://pmade.org/~pjones/software/clo++/download/ @@ -14,11 +14,18 @@ MAINTAINER= kevlo@FreeBSD.org LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="-I${LOCALBASE}/include" +USE_GCC30= yes +CONFGARGS= --prefix ${PREFIX} +CONFGARGS+= --xml2-config ${PREFIX}/bin/xml2-config + +pre-configure: + @(cd ${WRKSRC} && ${ENV} CXX=${CXX} ${PERL5} configure.pl ${CONFGARGS}) post-install: + @${STRIP_CMD} ${PREFIX}/bin/clo++ +.if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/clo++ - ${INSTALL_DATA} ${WRKSRC}/doc/handbook.html ${PREFIX}/share/doc/clo++ + @${INSTALL_DATA} ${WRKSRC}/docs/manual.txt ${PREFIX}/share/doc/clo++ +.endif .include <bsd.port.mk> diff --git a/textproc/clo++/distinfo b/textproc/clo++/distinfo index 21b61aff6456..9179a6b25249 100644 --- a/textproc/clo++/distinfo +++ b/textproc/clo++/distinfo @@ -1 +1 @@ -MD5 (clo++-0.3.0.tar.gz) = 06609b8fff514a50cb539ab14e9a97c9 +MD5 (clo++-0.5.0.tar.gz) = da5c988fc1e47f1e27259f33d7c319a1 diff --git a/textproc/clo++/files/patch-aa b/textproc/clo++/files/patch-aa deleted file mode 100644 index 0cd2e5f2b548..000000000000 --- a/textproc/clo++/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Tue Jan 30 17:09:05 2001 -+++ configure Tue Jan 30 17:12:33 2001 -@@ -1237,8 +1237,8 @@ - *** variable to the full path to the xml-config program - *** that got installed with libxml2" - --# Extract the first word of "xml-config", so it can be a program name with args. --set dummy xml-config; ac_word=$2 -+# Extract the first word of "xml2-config", so it can be a program name with args. -+set dummy xml2-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:1244: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_XML_CONFIG'+set}'`\" = set"; then diff --git a/textproc/clo++/pkg-plist b/textproc/clo++/pkg-plist index a5acf47031e4..cee849be3eed 100644 --- a/textproc/clo++/pkg-plist +++ b/textproc/clo++/pkg-plist @@ -1,3 +1,3 @@ bin/clo++ -share/doc/clo++/handbook.html +share/doc/clo++/manual.txt @dirrm share/doc/clo++ |