31 lines
726 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.44 2019/07/16 21:29:41 sthen Exp $
COMMENT= PostScript and PDF previewer
1997-12-03 05:59:58 +00:00
2016-03-05 17:42:01 +00:00
DISTNAME= gv-3.7.4
1997-12-03 05:59:58 +00:00
CATEGORIES= print
REVISION= 0
2003-06-04 01:32:06 +00:00
2013-11-09 23:19:01 +00:00
HOMEPAGE= https://www.gnu.org/software/gv/
2003-06-04 01:32:06 +00:00
MASTER_SITES= ${MASTER_SITE_GNU:=gv/}
# GPLv3+
PERMIT_PACKAGE= Yes
2009-03-12 18:13:54 +00:00
2016-09-13 18:52:05 +00:00
WANTLIB += ICE SM X11 Xext Xmu Xpm Xt c iconv m Xaw3d Xinerama
2000-02-12 08:02:07 +00:00
2016-09-13 18:52:05 +00:00
LIB_DEPENDS= converters/libiconv \
x11/Xaw3d
2010-11-20 09:48:38 +00:00
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/"
1997-12-03 05:59:58 +00:00
.include <bsd.port.mk>