be5f4f3ab3
A file editor/viewer/analyzer for executables
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: HT Editor
|
|
# Date created: Jun 12, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hte
|
|
PORTVERSION= 0.4.4c
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ht-${PORTVERSION}
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-final
|
|
|
|
.include <bsd.port.mk>
|