mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d53cc3ae66
<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)
30 lines
613 B
Makefile
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>
|