freebsd-ports/editors/hte/Makefile

29 lines
527 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: HT Editor
# Date created: Jun 12, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= hte
2002-05-08 02:24:57 -04:00
PORTVERSION= 0.6.0b
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ht-${PORTVERSION}
2001-09-09 09:50:57 -04:00
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
2001-11-15 04:03:03 -05:00
CONFIGURE_ENV= LIBS="-lm"
CONFIGURE_ARGS= --enable-final
2001-11-15 04:03:03 -05:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
.include <bsd.port.post.mk>