# ex:ts=8 # New ports collection makefile for: HT Editor # Date created: Jun 12, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= hte PORTVERSION= 0.6.0b CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ht-${PORTVERSION} MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lm" CONFIGURE_ARGS= --enable-final .include .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif .include