# New ports collection makefile for: kaspaliste # Date created: 16 December 2003 # Whom: jaapb # # $FreeBSD: ports/print/kaspaliste/Makefile,v 1.19 2007/12/21 21:10:50 pav Exp $ # PORTNAME= kaspaliste PORTVERSION= 0.96 PORTREVISION= 4 CATEGORIES= print kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kaspaliste MAINTAINER= jaapb@kerguelen.org COMMENT= Bibliography tool for KDE/Postgres/BibTeX USE_PGSQL= yes USE_KDEBASE_VER= 3 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --with-pg-includes=${LOCALBASE}/include \ --with-pg-libs=${LOCALBASE}/lib PKGMESSAGE= ${WRKDIR}/pkg-message .include .if ${OSVERSION} >= 700042 BROKEN= Does not compile with GCC 4.2 .endif pre-configure: @${RM} ${WRKSRC}/config.cache post-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/data/create.tables.sql ${DATADIR} @${SED} -e "s|%%DATADIR%%|${DATADIR}|" < ${FILESDIR}/pkg-message.in \ > ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} .include