diff options
-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 |