49cbad047c
In addition to the usual bug fixing this update does away with the hack that built a custom XML catalog file (now that we have proper XML catalog support). This will cause some problems with scrollkeeper dependent ports until I commit the fix for them shortly.
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.11 2003/07/12 06:24:49 marcm Exp $
|
|
|
|
COMMENT= "Scrollkeeper Open Documentation Cataloging System"
|
|
|
|
DISTNAME= scrollkeeper-0.3.12
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://scrollkeeper.sourceforge.net
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/scrollkeeper/0.3/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= gettext
|
|
|
|
BUILD_DEPENDS= :docbook->=4.2p1:textproc/docbook \
|
|
:intltool->=0.8.4:textproc/intltool
|
|
RUN_DEPENDS= :docbook->=4.2p1:textproc/docbook \
|
|
:libxml->=2.5.7p1:textproc/libxml
|
|
LIB_DEPENDS= xml2.7::textproc/libxml \
|
|
xslt.1::textproc/libxslt
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --localstatedir=/var
|
|
CONFIGURE_ARGS+= --with-omfdirs=${LOCALBASE}/share/omf
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-install:
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scrollkeeper; \
|
|
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/scrollkeeper/
|
|
|
|
.include <bsd.port.mk>
|