pkgsrc-wip/cb2bib/Makefile
Geert Hendrickx e5cc7effb1 I changed the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.
2006-01-05 10:11:25 +00:00

34 lines
993 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/01/05 10:11:26 ghen Exp $
#
DISTNAME= cb2bib-0.5.0
CATEGORIES= misc
MASTER_SITES= http://www.molspaces.com/dl/progs/
MAINTAINER= dhowland@users.sourceforge.net
HOMEPAGE= http://www.molspaces.com/cb2bib/
COMMENT= Extract and organize bibliographic references
QTPREFIX= ${PREFIX}/qt3
CONFIGURE_ENV+= QTDIR=${QTPREFIX:Q}
USE_DIRS+= xdg-1.2
USE_TOOLS+= gmake
# needed to find qmake
PATH:= ${PATH}:${QTPREFIX}/bin
SUBST_CLASSES+= path
SUBST_STAGE.path= post-patch
SUBST_FILES.path= src/src.pro
SUBST_SED.path= -e 's,xxPREFIXxx,${PREFIX},g'
SUBST_MESSAGE.path= "Fixing hardcoded paths."
do-configure:
cd ${WRKSRC} && ${SET_ENV} ${CONFIGURE_ENV} ./configure \
--prefix ${PREFIX} --bindir ${PREFIX}/bin --datadir ${PREFIX}/share
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"