pkgsrc-wip/cb2bib/Makefile
David Howland 1460756aaa Upgrade to version 0.7.2
Changelog is at http://www.molspaces.com/d_cb2bib-changelog.php

This package is not finished, and is marked BROKEN!
QT >= 4.2 is required, and pkgsrc is still at 4.1
it will not yet build, and as such, the PLIST is probably not right.
2006-12-07 20:56:10 +00:00

34 lines
1,005 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/12/07 20:56:10 dhowland Exp $
#
DISTNAME= cb2bib-0.7.2
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
BROKEN= Requires QT>=4.2, and pkgsrc is still at 4.1
DEPENDS+= qt4-libs>=4.2:../../x11/qt4-libs
DEPENDS+= qt4-tools>=4.2:../../x11/qt4-tools
USE_DIRS+= xdg-1.2
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake
SUBST_CLASSES+= path
SUBST_STAGE.path= pre-configure
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/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"