summaryrefslogtreecommitdiff
path: root/editors/hte/Makefile
blob: 9f91f33d3a1123e75a0e723744e216bea93b4619 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ex:ts=8
# New ports collection makefile for:	HT Editor
# Date created:			Jun 12, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	hte
PORTVERSION=	0.4.4c
CATEGORIES=	editors
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	ht-${PORTVERSION}

MAINTAINER=	ijliao@FreeBSD.org

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-final

.include <bsd.port.mk>