summaryrefslogtreecommitdiff
path: root/editors/thoteditor/Makefile
blob: f2076cd7a992e64ab2efe6da367f15a14d78b2e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	thot
# Version required:	2.1b
# Date created:		1 Aug 1997
# Whom:			Pedro Giffuni (orig)
#
# $Id$
#

DISTNAME=	Thot
PKGNAME=	thoteditor-2.1b
CATEGORIES=	editors www
MASTER_SITES=	ftp://opera.inrialpes.fr/pub/sources/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 -C $(WRKSRC))

.include <bsd.port.mk>