aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-11-09 13:34:00 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-11-09 13:34:00 +0000
commit6b231f3f901bbd37b796351d34b2209371e3932f (patch)
tree4101202d01868e7d622cf22aef217b1432a810ee /converters
parent60eb040dfef9691aa15b41b837cf2f05d8e4f0ca (diff)
downloadports-6b231f3f901bbd37b796351d34b2209371e3932f.tar.gz
ports-6b231f3f901bbd37b796351d34b2209371e3932f.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/bibtexconv/Makefile27
-rw-r--r--converters/bibtexconv/distinfo4
2 files changed, 14 insertions, 17 deletions
diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile
index f79701f48c93..8c0e91f16b84 100644
--- a/converters/bibtexconv/Makefile
+++ b/converters/bibtexconv/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= bibtexconv
-PORTVERSION= 0.9.3
-PORTREVISION= 1
+PORTVERSION= 1.0.0
CATEGORIES= converters
MASTER_SITES= http://www.iem.uni-due.de/~dreibh/bibtexconv/download/ \
http://www.exp-math.uni-essen.de/~dreibh/bibtexconv/download/
@@ -13,27 +12,25 @@ COMMENT= BibTeX Converter
LICENSE= GPLv3
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
-PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt
-PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \
- web-example.export text-example.export
-MAN1= bibtexconv.1 bibtexconv-odt.1
+PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt \
+ man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz
+
+PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \
+ web-example.export text-example.export
+
+OPTIONS_DEFINE= EXAMPLES
-NO_STAGE= yes
pre-configure:
@${REINPLACE_CMD} -e 's|install-data-am: install-dist_examplesDATA|install-data-am:|' \
${WRKSRC}/src/Makefile.in
post-install:
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
-.for f in ${PORTEXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/src/${f} ${EXAMPLESDIR}
-.endfor
-.endif
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/src/,} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
diff --git a/converters/bibtexconv/distinfo b/converters/bibtexconv/distinfo
index a7c1664d237e..a2453a045e4b 100644
--- a/converters/bibtexconv/distinfo
+++ b/converters/bibtexconv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bibtexconv-0.9.3.tar.gz) = 5fb38c05ec2e8b35421ca905add199d8a6f3c46794a59623d2584f95e7300522
-SIZE (bibtexconv-0.9.3.tar.gz) = 436597
+SHA256 (bibtexconv-1.0.0.tar.gz) = b47979aac7e5aa4e4d4e45deabc59fda2f5c363d8fa67139b53b8e76e3fe4e9d
+SIZE (bibtexconv-1.0.0.tar.gz) = 442266