bcallah e32557be9f Update to le-1.16.7
ok solene@
2020-01-01 18:56:32 +00:00

26 lines
545 B
Makefile

# $OpenBSD: Makefile,v 1.16 2020/01/01 18:56:32 bcallah Exp $
COMMENT = text editor inspired by Norton Commander
DISTNAME = le-1.16.7
CATEGORIES = editors
HOMEPAGE = http://lav.yar.ru/programs.html
MAINTAINER = Ivan Ivanov <rambiusparkisanius@gmail.com>
# GPLv3+
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} c curses m
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES = http://lav.yar.ru/download/le/
CONFIGURE_STYLE = gnu
post-install:
@rm -rf ${PREFIX}/share/applications \
${PREFIX}/share/icons
.include <bsd.port.mk>