diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-08 21:19:01 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-08 21:19:01 +0000 |
commit | 139ea1d1f005815c374d37631ff07323d1dc5253 (patch) | |
tree | 2714f4b0eca06ffa1c1350a935eb33af7f542167 /editors | |
parent | 7fe6924ae4b9be0a0c371ec8034eefb3206040f1 (diff) | |
download | ports-139ea1d1f005815c374d37631ff07323d1dc5253.tar.gz ports-139ea1d1f005815c374d37631ff07323d1dc5253.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/thoteditor/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 00a75e48abaa..b340cb8496b3 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: thot -# Version required: 2.1b +# Version required: 2.1e # Date created: 1 Aug 1997 # Whom: Pedro Giffuni (orig) # -# $Id: Makefile,v 1.6 1999/02/03 11:11:42 asami Exp $ +# $Id: Makefile,v 1.7 1999/02/12 23:52:49 obrien Exp $ # -DISTNAME= Thot +DISTNAME= thoteditor PKGNAME= thoteditor-2.1e CATEGORIES= editors www MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \ @@ -16,12 +16,14 @@ MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/editors/opera.inrialpes.fr/sources/thot/ \ ftp://ftp.agix.net/pub/infosystems/www/clients/amaya/thot/ MASTER_SITE_SUBDIR= apps/editors/X/thot -DISTFILES= thot-src-2.1e.tar.gz \ - thoteditor-src-2.1e.tar.gz +DISTFILES= ${THOT_SRC} ${EDITOR_SRC} MAINTAINER= ports@FreeBSD.org -EXTRACT_ONLY= thot-src-2.1b.tar.gz +THOT_SRC= thot-src-2.1e.tar.gz +EDITOR_SRC= thoteditor-src-2.1e.tar.gz + +EXTRACT_ONLY= ${THOT_SRC} REQUIRES_MOTIF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-thot --enable-plugin @@ -29,7 +31,7 @@ USE_GMAKE= yes ALL_TARGET= all schemas post-extract: - ($(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) $(DISTDIR)/thoteditor-src-2.1b.tar.gz ${EXTRACT_AFTER_ARGS} -C $(WRKSRC)) + (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${EDITOR_SRC} ${EXTRACT_AFTER_ARGS} -C ${WRKSRC}) post-install: ${MKDIR} ${PREFIX}/share/thot/doc |