36 lines
970 B
Makefile
36 lines
970 B
Makefile
# $NetBSD: Makefile,v 1.66 2007/08/08 17:12:43 joerg Exp $
|
|
|
|
DISTNAME= gv-3.6.3
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gv/}
|
|
|
|
MAINTAINER= tron@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/gv/
|
|
COMMENT= PostScript and PDF previewer
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake gs:run makeinfo
|
|
|
|
TEXINFO_REQD= 4.2
|
|
INFO_FILES= yes
|
|
LIBS+= ${BUILDLINK_LDADD.getopt}
|
|
|
|
# this pkg does not work with std xaw, but xpm and xaw3d work
|
|
XAW_TYPE?= 3d
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.if ${XAW_TYPE} == "standard"
|
|
XAW_TYPE= 3d
|
|
.endif
|
|
|
|
# Solaris-2.{8,9}/sparc are missing setenv() and unsetenv()
|
|
# it is probably true that 5.6, 5.7, 5.8, and 5.9 all have
|
|
# this problem. It appears that 5.10 does not need this flag.
|
|
.if ${OPSYS} == "SunOS" && !empty(OS_VERSION:M5.[6789])
|
|
CONFIGURE_ARGS+= --enable-setenv-code
|
|
.endif
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../mk/xaw.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|