mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
29 lines
710 B
Makefile
29 lines
710 B
Makefile
PORTNAME= bibtexconv
|
|
PORTVERSION= 1.3.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= https://www.nntb.no/~dreibh/bibtexconv/download/
|
|
|
|
MAINTAINER= thomas.dreibholz@gmail.com
|
|
COMMENT= BibTeX Converter
|
|
WWW= https://www.nntb.no/~dreibh/bibtexconv/download/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
USES= bison cmake ssl python:3.9+ shebangfix tar:xz
|
|
|
|
SHEBANG_FILES= src/ietf2bibtex
|
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${EXAMPLESDIR}
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
# Remove trailing subdir from CMAKE_INSTALL_DOCDIR
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/examples||' ${WRKSRC}/src/CMakeLists.txt ${WRKSRC}/src/Images/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|