openbsd-ports/editors/cooledit/Makefile

38 lines
852 B
Makefile
Raw Normal View History

2002-03-23 18:37:53 -05:00
# $OpenBSD: Makefile,v 1.11 2002/03/23 23:37:53 matt Exp $
COMMENT= "easy to use, graphical editor"
CATEGORIES= editors
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://cooledit.sourceforge.net/
DISTNAME= cooledit-3.17.2
NEED_VERSION= 1.402
MAINTAINER= Marc Espie <espie@openbsd.org>
FLAVORS= python
FLAVOR?=
2002-03-23 18:37:53 -05:00
PYTHON_VER= 2.2
.if ${FLAVOR:L:Mpython}
2002-03-23 18:37:53 -05:00
BUILD_DEPENDS+= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
RUN_DEPENDS+= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER}
CFLAGS+= -pthread
CONFIGURE_ENV+= PYTHON_VER=${PYTHON_VER}
.else
CONFIGURE_ENV+= NOPYTHON=Yes
.endif
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= XTERM_CMD=xterm
2001-02-18 17:47:57 -05:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --disable-mail-author
PERMIT_PACKAGE_FTP=Yes
PERMIT_DISTFILES_FTP=Yes
PERMIT_PACKAGE_CDROM=Yes
PERMIT_DISTFILES_CDROM=Yes
.include <bsd.port.mk>