1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/graphics/ipe/Makefile
Muhammad Moinur Rahman 71faad9421 graphics/ipe: Sanitize MANPREFIX
Approved by:    portmgr (blanket)
2024-01-22 13:26:17 +01:00

65 lines
1.7 KiB
Makefile

PORTNAME= ipe
PORTVERSION= 7.2.23
DISTVERSIONSUFFIX= -src
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Extensible vector graphics editor with LaTeX support
WWW= https://ipe.otfried.org/
LICENSE= GPLv3+
RUN_DEPENDS= xdg-open:devel/xdg-utils
LIB_DEPENDS= libcurl.so:ftp/curl \
libfreetype.so:print/freetype2 \
libgsl.so:math/gsl \
libpng.so:graphics/png \
libspiro.so:graphics/libspiro
USES= compiler:c++11-lib gmake gnome jpeg lua:52 pkgconfig shebangfix qt:5 tex
USE_GNOME= cairo
USE_LDCONFIG= yes
USE_QT= buildtools:build core gui qmake:build widgets
USE_TEX= pdftex
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
SHEBANG_FILES= ${WRKSRC}/ipecurl/ipecurl.sh
MAKE_ENV= DL_LIBS="" \
INSTALL_DIR="${MKDIR}" \
INSTALL_FILES="${INSTALL_DATA}" \
INSTALL_SCRIPTS="${INSTALL_SCRIPT}" \
INSTALL_PROGRAMS="${INSTALL_PROGRAM}" \
INSTALL_ROOT="${STAGEDIR}" \
IPEDOCDIR="${DOCSDIR}" \
IPEMANDIR="${PREFIX}/share/man/man1" \
IPEPREFIX="${PREFIX}" \
JPEG_CFLAGS="-I${LOCALBASE}/include" \
JPEG_LIBS="-L${LOCALBASE}/lib -ljpeg" \
LUA_PACKAGE="lua-${LUA_VER}" \
MOC="${MOC}"
PLIST_SUB= VERSION="${PORTVERSION}"
PORTDOCS= *
DESKTOP_ENTRIES="Ipe" "" "ipe" "ipe" "" ""
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e \
's|\([[:blank:]]\)=|\1?=|' ${WRKSRC}/config.mak
post-install:
@${LN} -sf ${DATADIR}/${PORTVERSION}/ipe.png \
${STAGEDIR}${PREFIX}/share/pixmaps
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libipe*
.for filename in ipe6upgrade iperender ipeextract ipescript ipetoipe ipepresenter ipe
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${filename}
.endfor
.include <bsd.port.mk>