33 lines
748 B
Makefile
33 lines
748 B
Makefile
# $OpenBSD: Makefile,v 1.38 2013/03/11 11:37:53 espie Exp $
|
|
|
|
COMMENT= PostScript and PDF previewer
|
|
|
|
DISTNAME= gv-3.7.1
|
|
REVISION= 0
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/gv/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gv/}
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += ICE SM X11 Xext Xmu Xpm Xt c m Xaw3d Xinerama
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
LIB_DEPENDS= 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"
|
|
USE_GROFF = Yes
|
|
|
|
FAKE_FLAGS+= appdefaultsdir="${PREFIX}/lib/X11/app-defaults/"
|
|
|
|
.include <bsd.port.mk>
|