pkgsrc/textproc/scrollkeeper/Makefile
fredb b634ab48b3 Install this package to ${X11PREFIX}, and set the default database location
to ${X11PREFIX}/var/scrollkeeper, just so that everything installs where
"gnome" packages expect to find it (${PREFIX}/share/oaf included). Also let
it install the fixed database template to ${X11PREFIX}/var/lib/scrollkeeper,
rather than "/var/scrollkeeper", and register it properly. If you have
another use for this package besides gnome, you can now run
"scrollkeeper-rebuilddb -p anydir" (even "/var/scrollkeeper", if you want).
2002-01-02 04:49:34 +00:00

24 lines
620 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/01/02 04:49:34 fredb Exp $
#
DISTNAME= scrollkeeper-0.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scrollkeeper/} \
${MASTER_SITE_GNOME:=stable/sources/scrollkeeper/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://scrollkeeper.sourceforge.net/
COMMENT= Open Document Cataloging Project
BUILD_USES_MSGFMT= yes
DEPENDS+= libxml>=1.8.9:../../textproc/libxml
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBINTL= yes
USE_X11BASE= yes
CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var
CONFIGURE_ARGS+= --sharedstatedir=${X11PREFIX}/var
.include "../../mk/bsd.pkg.mk"