openbsd-ports/print/gv/Makefile
sthen e8a3ed4a98 Some ports using gnulib previously detected a broken realpath and switched to an
internal replacement function. Following the changes to make realpath(3) use the
__realpath() syscall these no longer detect broken realpath i.e. produce different
code. Bump REVISION to ensure that users get the new version.
2019-07-16 21:29:41 +00:00

31 lines
726 B
Makefile

# $OpenBSD: Makefile,v 1.44 2019/07/16 21:29:41 sthen Exp $
COMMENT= PostScript and PDF previewer
DISTNAME= gv-3.7.4
CATEGORIES= print
REVISION= 0
HOMEPAGE= https://www.gnu.org/software/gv/
MASTER_SITES= ${MASTER_SITE_GNU:=gv/}
# GPLv3+
PERMIT_PACKAGE= Yes
WANTLIB += ICE SM X11 Xext Xmu Xpm Xt c iconv m Xaw3d Xinerama
LIB_DEPENDS= converters/libiconv \
x11/Xaw3d
RUN_DEPENDS= print/ghostscript/gnu
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-SIGCHLD-fallback \
--enable-scrollbar-code
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
FAKE_FLAGS+= appdefaultsdir="${PREFIX}/lib/X11/app-defaults/"
.include <bsd.port.mk>