diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-06-13 08:32:39 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-06-13 08:32:39 +0000 |
commit | 3d53a3d42ca39a9cb8d2e29d3daa6b0a2c7d7515 (patch) | |
tree | 9b6e107d678b44608d882634ed136664dc4b505a /editors | |
parent | 8d71be14786aa33a08d178bc012731478ba5834d (diff) | |
download | ports-3d53a3d42ca39a9cb8d2e29d3daa6b0a2c7d7515.tar.gz ports-3d53a3d42ca39a9cb8d2e29d3daa6b0a2c7d7515.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tea/Makefile | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 057fa74a89a6..c23af49d860e 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -5,36 +5,36 @@ # $FreeBSD$ # -PORTNAME= tea -DISTVERSION= 13.3 -CATEGORIES= editors -MASTER_SITES= http://tea.linux.kiev.ua/ - -MAINTAINER= danfe@FreeBSD.org -COMMENT= A simple and powerful GTK+ text editor - -USE_X_PREFIX= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GCC= 3.3+ -USE_GETTEXT= yes -USE_GNOME= gtk20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -OPTIONS= TEA_ONLY "Build original GTK-only version" on \ - ASPELL "Build with GNU aspell support" on +PORTNAME= tea +DISTVERSION= 13.3 +CATEGORIES= editors +MASTER_SITES= http://tea.linux.kiev.ua/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= A simple and powerful GTK+ text editor + +USE_X_PREFIX= yes +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GCC= 3.3+ +USE_GETTEXT= yes +USE_GNOME= gtk20 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +OPTIONS= TEA_ONLY "Build original GTK-only version" on \ + ASPELL "Build with GNU aspell support" on .include <bsd.port.pre.mk> .if defined(WITH_TEA_ONLY) CONFIGURE_ARGS+= --enable-legacy .else -USE_GNOME+= gtksourceview +USE_GNOME+= gtksourceview .endif .if defined(WITH_ASPELL) -LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell .endif post-patch: |