diff options
author | chuckr <chuckr@FreeBSD.org> | 1999-09-25 18:05:59 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1999-09-25 18:05:59 +0000 |
commit | 951eaf203dbfcbd357357add24bf019bc4900f1f (patch) | |
tree | f6b2b6df94854ff462b076bf40892d5635a960bc /editors/thoteditor/Makefile | |
parent | 1bc1b0e414aa88b63834250b0a8ef516f016bb38 (diff) | |
download | FreeBSD-ports-951eaf203dbfcbd357357add24bf019bc4900f1f.zip FreeBSD-ports-951eaf203dbfcbd357357add24bf019bc4900f1f.tar.gz |
Finally fix thoteditor. This doesn't install the libthot stuff anymore,
because this thing was *so* busted in build, I figured it wasn't worth
the huge extra work to get it into shared form anyhow. If someone
wants the libthot stuff, they should port that separately, it has it's
own distfile anyhow.
Diffstat (limited to 'editors/thoteditor/Makefile')
-rw-r--r-- | editors/thoteditor/Makefile | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 4cf4b3d..617bee1 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= thoteditor -PKGNAME= thoteditor-2.1e +DISTNAME= thoteditor-src-2.1e +PKGNAME= thoteditor-2.1 CATEGORIES= editors www MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \ ${MASTER_SITE_SUNSITE} \ @@ -16,30 +16,24 @@ 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} ${EDITOR_SRC} MAINTAINER= chuckr@FreeBSD.org -BROKEN= 'FUBARed' -WRKSRC= $(WRKDIR)/Thot/objects - -THOT_SRC= thot-src-2.1e.tar.gz -EDITOR_SRC= thoteditor-src-2.1e.tar.gz +THOT_SUBDIR= Target +REQUIRES_MOTIF= yes +WRKSRC= $(WRKDIR)/Thot/$(THOT_SUBDIR) -EXTRACT_ONLY= ${THOT_SRC} REQUIRES_MOTIF= yes GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS= --with-thot --enable-plugin --without-insure --without-amaya --disable-java --disable-intr --disable-jit --disable-math --disable-ilu USE_GMAKE= yes ALL_TARGET= all schemas do-configure: - (cd $(WRKDIR)/Thot/objects;../configure $(CONFIGURE_ARGS)) + (cd $(WRKSRC);../configure $(CONFIGURE_ARGS)) post-extract: - (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${EDITOR_SRC} ${EXTRACT_AFTER_ARGS} -C ${WRKDIR}/Thot) - (cd $(WRKDIR)/Thot;$(MKDIR) objects) + (cd $(WRKDIR)/Thot;$(MKDIR) $(THOT_SUBDIR)) post-install: ${MKDIR} ${PREFIX}/share/thot/doc |