openbsd-ports/editors/dte/Makefile
bcallah 3b59fb0bae Update to dte-1.8.2
1.8.1 fixes some bugs from the 1.8 release; 1.8.2 is irrelevant for us but
might as well move to it since we need 1.8.1 anyway.
Changelog: https://craigbarnes.gitlab.io/dte/releases.html
2019-04-23 20:03:01 +00:00

24 lines
536 B
Makefile

# $OpenBSD: Makefile,v 1.4 2019/04/23 20:03:01 bcallah Exp $
COMMENT = small and easy to use console text editor
DISTNAME = dte-1.8.2
CATEGORIES = editors
HOMEPAGE = https://craigbarnes.gitlab.io/dte/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# GPLv2 only
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c curses iconv
MASTER_SITES = https://craigbarnes.gitlab.io/dist/dte/
LIB_DEPENDS = converters/libiconv
USE_GMAKE = Yes
MAKE_FILE = GNUmakefile
MAKE_FLAGS = V=1 prefix="${PREFIX}" mandir="${PREFIX}/man"
.include <bsd.port.mk>