e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.27 2010/06/13 22:45:35 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= XaoS-3.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xaos/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xaos.sourceforge.net/
|
|
COMMENT= Zoomable fractal rendering doodad
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
USE_TOOLS+= gmake msgfmt
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-curses-driver=no
|
|
# DGA fails to link somehow, XXX should be fixed
|
|
CONFIGURE_ARGS+= --with-dga-driver=no
|
|
INFO_FILES= yes
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_MESSAGE.paths= Fixing hardcoded paths.
|
|
SUBST_STAGE.paths= post-patch
|
|
SUBST_FILES.paths= configure
|
|
SUBST_SED.paths= -e 's,/usr/share/locale,${PREFIX}/${PKGLOCALEDIR}/locale,g'
|
|
|
|
INSTALLATION_DIRS= ${PKGINFODIR}
|
|
|
|
CHECK_PORTABILITY_SKIP+= help/applehelpconv
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|