mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
33 lines
671 B
Makefile
33 lines
671 B
Makefile
COMMENT = easy to use graphical editor
|
|
|
|
DISTNAME = cooledit-3.17.28
|
|
REVISION = 0
|
|
|
|
CATEGORIES = editors
|
|
|
|
HOMEPAGE = https://github.com/paulsheer/cooledit/
|
|
|
|
SHARED_LIBS = Cw 1.0
|
|
|
|
MAINTAINER = Marc Espie <espie@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = X11 c iconv intl pthread util xcb
|
|
|
|
SITES = https://www.ibiblio.org/pub/Linux/apps/editors/X/cooledit/
|
|
|
|
# not compatible with Python 3
|
|
CONFIGURE_ENV +=NOPYTHON=Yes
|
|
|
|
BUILD_DEPENDS += devel/gettext,-tools
|
|
LIB_DEPENDS += devel/gettext,-runtime
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ENV += XTERM_CMD=xterm LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS += --enable-static --disable-mail-author
|
|
|
|
.include <bsd.port.mk>
|