freebsd-ports/converters/bibtexconv/Makefile
Alex Kozlov 17f1bf5640 - Update to 0.9.3 [1]
- Convert Makefile headers to new style
- Remove LICENSE_FILE since GPLv3 is in Templates/Licenses

PR:	ports/174615 (based on) [1]
Submitted by:	Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
2012-12-25 09:17:42 +00:00

37 lines
935 B
Makefile

# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$
PORTNAME= bibtexconv
PORTVERSION= 0.9.3
CATEGORIES= converters
MASTER_SITES= http://www.iem.uni-due.de/~dreibh/bibtexconv/download/ \
http://www.exp-math.uni-essen.de/~dreibh/bibtexconv/download/
MAINTAINER= dreibh@iem.uni-due.de
COMMENT= BibTeX Converter
LICENSE= GPLv3
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USE_GMAKE= yes
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
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
.include <bsd.port.mk>