1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/editors/fte/Makefile
Kris Kennaway d53cc3ae66 Reset undeliverable maintainer address:
<mail@gelf.com>: Host or domain name not found. Name service error for
    name=gelf.com type=A: Host not found

Approved by:	portmgr (self)
2005-01-02 01:42:43 +00:00

30 lines
613 B
Makefile

# 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>