pkgsrc/www/chimera/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

29 lines
784 B
Makefile

# $NetBSD: Makefile,v 1.9 2002/03/13 17:37:50 fredb Exp $
#
DISTNAME= chimera-2.0a19
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/
MAINTAINER= fredb@netbsd.org
HOMEPAGE= http://www.chimera.org/
COMMENT= World Wide Web Browser for X Windows
USE_IMAKE= yes
pre-configure:
cd ${WRKSRC} && ${SED} \
-e 's|@@LOCALBASE@@|${LOCALBASE}|' \
-e 's|@@PREFIX@@|${PREFIX}|' \
-e 's|@@X11BASE@@|${X11BASE}|' \
Common.tmpl.dist > Common.tmpl
post-install:
${INSTALL_DATA_DIR} ${X11PREFIX}/share/doc/chimera
cd ${WRKSRC}/doc && ${INSTALL_DATA} \
HINTS INFO LICENSE ${X11PREFIX}/share/doc/chimera
.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
.include "../../mk/bsd.pkg.mk"