mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
98eb11b2f0
Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
30 lines
759 B
Makefile
30 lines
759 B
Makefile
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdfcube
|
|
PORTVERSION= 0.0.5
|
|
PORTREVISION= 17
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://code.100allora.it/releases/pdfcube/
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= OpenGL presentation viewer on a spinning cube
|
|
|
|
LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
|
|
libpoppler-glib.so:graphics/poppler-glib \
|
|
libboost_program_options.so:devel/boost-libs
|
|
|
|
USES= pkgconfig
|
|
USE_GL= glut
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include
|
|
|
|
PLIST_FILES= bin/pdfcube
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e \
|
|
's|BOOSTLIBDIR/libboost_program_options\*\.{so,a}\*|BOOSTLIBDIR/libboost_program_options.so|' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|