2011-04-07 13:02:48 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2011/04/07 17:02:48 giovanni Exp $
|
2009-04-20 06:29:05 -04:00
|
|
|
|
|
|
|
COMMENT = powerful and simple qt4 editor
|
|
|
|
|
2011-04-07 13:02:48 -04:00
|
|
|
V = 29.0.1
|
2009-04-20 06:29:05 -04:00
|
|
|
DISTNAME = tea-${V}
|
2009-10-09 09:04:25 -04:00
|
|
|
PKGNAME = teaqt-${V}
|
2009-04-20 06:29:05 -04:00
|
|
|
CATEGORIES = editors x11
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tea-editor/}
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
|
|
|
|
HOMEPAGE = http://tea-editor.sf.net/
|
|
|
|
|
|
|
|
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-15 18:22:07 -05:00
|
|
|
LIB_DEPENDS = textproc/aspell/core
|
2010-10-18 09:24:39 -04:00
|
|
|
WANTLIB += c m pthread stdc++ z QtGui QtScript QtSvg QtXml aspell
|
2009-04-20 06:29:05 -04:00
|
|
|
|
|
|
|
MODULES = x11/qt4
|
2009-10-09 09:04:25 -04:00
|
|
|
CONFIGURE_ENV = USE_ASPELL=true USE_HUNSPELL=false
|
2009-04-20 06:29:05 -04:00
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC} && qmake4
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/tea ${PREFIX}/bin/tea
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|