summaryrefslogtreecommitdiff
path: root/editors/ted/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 19:04:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 19:04:46 +0000
commit4e9242b9673580b73b4b6e42447bd6c355789587 (patch)
tree55fa6e4316b84e3f398032f6a2cdfa86209ef76d /editors/ted/Makefile
parentupgrade to 1.0 (diff)
upgrade to 2.12
PR: 46131 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=72275
Diffstat (limited to 'editors/ted/Makefile')
-rw-r--r--editors/ted/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index 728cc635aff9..cb93ecacae2c 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ted
-PORTVERSION= 2.11
+PORTVERSION= 2.12
CATEGORIES= editors textproc print
MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/
EXTRACT_SUFX= .src.tar.gz
@@ -18,14 +18,15 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
WRKSRC= ${WRKDIR}/Ted-${PORTVERSION}
+CONFIGURE_WRKSRC= ${WRKSRC}/Ted
-USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_WRKSRC= ${WRKSRC}/Ted
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}"
CONFIGURE_ARGS= --with-GTK
MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}\\\"\"" \