pkgsrc/editors/texmaker/Makefile

22 lines
527 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:58 joerg Exp $
DISTNAME= texmaker-1.12
PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://www.xm1math.net/texmaker/
EXTRACT_SUFX= .tar.bz2
2005-12-13 13:15:16 +01:00
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://www.xm1math.net/texmaker/
COMMENT= LaTeX editor and front end
USE_LIBTOOL= yes
post-configure:
cd ${WRKSRC} && \
${QTDIR}/bin/qmake -unix PREFIX=${PREFIX} texmaker.pro
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"