6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.33 2004/01/03 18:49:42 reed Exp $
|
|
#
|
|
|
|
DISTNAME= giram-0.3.5
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.giram.org/downloads/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.giram.org/
|
|
COMMENT= Giram Is Really A Modeller
|
|
|
|
DEPENDS+= povray-[0-9]*:../../graphics/povray
|
|
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_PKGINSTALL= YES
|
|
USE_X11= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
PKG_SYSCONFSUBDIR= giram
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}/0.3
|
|
|
|
SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/0.3
|
|
CONF_FILES+= ${PREFIX}/share/examples/giram/giramrc \
|
|
${PKG_SYSCONFDIR}/0.3/giramrc
|
|
CONF_FILES+= ${PREFIX}/share/examples/giram/giramrc_user \
|
|
${PKG_SYSCONFDIR}/0.3/giramrc_user
|
|
CONF_FILES+= ${PREFIX}/share/examples/giram/gtkrc \
|
|
${PKG_SYSCONFDIR}/0.3/gtkrc
|
|
CONF_FILES+= ${PREFIX}/share/examples/giram/gtkrc_user \
|
|
${PKG_SYSCONFDIR}/0.3/gtkrc_user
|
|
CONF_FILES+= ${PREFIX}/share/examples/giram/ps-menurc \
|
|
${PKG_SYSCONFDIR}/0.3/ps-menurc
|
|
|
|
.include "../../graphics/lib3ds/buildlink2.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|