freebsd-ports/editors/fte/Makefile
Mark Linimon b5120d3f01 Large rework per maintainer-update (PR: ports/50914). Although
the changes only span 6 months, they do include a complete rework
of the release numbering system.  See the Changes file for full
details, but the highlights are:

- Readonly files are not editable when loaded.
- updated some modes (HTML)
- new modes (sml, mod3, sl, sql, 4gl, sgml)
- new commands:
  - RunProgramAsync
- new macro expansion variables:
  - FileDirectory
  - FileBaseName
  - FileExtension
- X11: support for I18N, XMB
2003-11-17 03:05:57 +00:00

29 lines
588 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= mail@gelf.com
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
.include <bsd.port.mk>