Edit

IABSD.fr/ports/editors/dte/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-02-11 15:12:24
    Hash : 1b134527
    Message : reset bcallah maintainer lines, quite a lot of timeouts which make it tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated

  • editors/dte/Makefile
  • COMMENT =	small and easy to use console text editor
    DISTNAME =	dte-1.11.1
    CATEGORIES =	editors
    REVISION =	0
    
    HOMEPAGE =	https://craigbarnes.gitlab.io/dte/
    
    # GPLv2 only
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c iconv
    
    SITES =		https://craigbarnes.gitlab.io/dist/dte/
    
    COMPILER =	base-clang ports-gcc
    COMPILER_LANGS =	c
    
    LIB_DEPENDS =	converters/libiconv
    
    RUN_DEPENDS =	devel/desktop-file-utils
    
    USE_GMAKE =	Yes
    MAKE_FILE =	GNUmakefile
    MAKE_FLAGS =	V=1 prefix="${PREFIX}" mandir="${PREFIX}/man"
    
    .include <bsd.port.mk>