freebsd-ports/editors/thoteditor/Makefile
Satoshi Asami 5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00

35 lines
997 B
Makefile

# New ports collection makefile for: thot
# Version required: 2.1b
# Date created: 1 Aug 1997
# Whom: Pedro Giffuni (orig)
#
# $Id: Makefile,v 1.5 1999/01/30 01:48:43 fenner Exp $
#
DISTNAME= Thot
PKGNAME= thoteditor-2.1b
CATEGORIES= editors www
MASTER_SITES= ftp://ftp.ruhr-uni-bochum.de/local/jk.collection/thot/ \
ftp://ftp.uni-stuttgart.de/pub/comm/infosystems/www/clients/amaya/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/
DISTFILES= thot-src-2.1b.tar.gz \
thoteditor-src-2.1b.tar.gz
MAINTAINER= ports@FreeBSD.org
EXTRACT_ONLY= thot-src-2.1b.tar.gz
REQUIRES_MOTIF= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-thot --enable-plugin
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))
post-install:
${MKDIR} ${PREFIX}/share/thot/doc
.include <bsd.port.mk>