summaryrefslogtreecommitdiff
path: root/editors/fte/Makefile
blob: f167a940b0242e9e0f75e65af2c5e6c61d5cc9ce (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
29
# New ports collection makefile for:	fte
# Date created:				8 May 2000
# Whom:					gelf
#
# $FreeBSD$
#

PORTNAME=		fte
PORTVERSION=		20020324
CATEGORIES=		editors
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTFILES=		${PORTNAME}-${PORTVERSION:S/./b/}-src.zip \
			${PORTNAME}-${PORTVERSION:S/./b/}-common.zip

MAINTAINER=		ports@FreeBSD.org
COMMENT=		A full-featured text editor for X11

BUILD_DEPENDS=  	unzip:${PORTSDIR}/archivers/unzip

WRKSRC=			${WRKDIR}/fte

EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=
USE_XLIB=		yes
USE_ZIP=		yes
USE_PERL5_BUILD=	yes

.include <bsd.port.mk>