Files
2023-09-21 12:22:31 +00:00

24 lines
475 B
Makefile

COMMENT = text editor inspired by Norton Commander
DISTNAME = le-1.16.8
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
SITES = http://lav.yar.ru/download/le/
CONFIGURE_STYLE = gnu
post-install:
@rm -rf ${PREFIX}/share/applications \
${PREFIX}/share/icons
.include <bsd.port.mk>