-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert some of my ports to the new LIB_DEPENDS and REVISION conventi…
…ons. OK sthen@
- Loading branch information
Edd Barrett
committed
Jul 21, 2010
1 parent
5812144
commit 48ce720
Showing
6 changed files
with
46 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# $OpenBSD: Makefile,v 1.6 2009/10/13 14:36:26 edd Exp $ | ||
# $OpenBSD: Makefile,v 1.7 2010/07/21 21:14:47 edd Exp $ | ||
|
||
COMMENT = easy to use LaTeX and ConTeXt editor | ||
|
||
DISTNAME = texworks-0.2.3 | ||
REVISION = 0 | ||
CATEGORIES = editors print | ||
HOMEPAGE = http://www.tug.org/texworks/ | ||
MAINTAINER = Edd Barrett <[email protected]> | ||
|
@@ -13,18 +14,16 @@ PERMIT_PACKAGE_FTP = Yes | |
PERMIT_DISTFILES_CDROM =Yes | ||
PERMIT_DISTFILES_FTP = Yes | ||
|
||
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender c expat fontconfig | ||
WANTLIB += freetype glib-2.0 gobject-2.0 gthread-2.0 m png poppler | ||
WANTLIB += pthread stdc++ z | ||
WANTLIB += QtDBus QtGui QtXml c dbus-1 hunspell-1.2 m poppler \ | ||
poppler-qt4 pthread stdc++ z | ||
|
||
MASTER_SITES = http://texworks.googlecode.com/files/ | ||
|
||
MODULES = x11/qt4 \ | ||
devel/gettext | ||
LIB_DEPENDS = hunspell-1.2::textproc/hunspell \ | ||
dbus-1::x11/dbus \ | ||
poppler-qt4::print/poppler,-qt4 \ | ||
QtDBus,QtGui,QtXml::x11/qt4 | ||
MODULES = x11/qt4 | ||
LIB_DEPENDS = ::textproc/hunspell \ | ||
::x11/dbus \ | ||
::print/poppler,-qt4 \ | ||
::x11/qt4 | ||
RUN_DEPENDS = :texlive_base-*:print/texlive/base | ||
|
||
USE_X11 = Yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters