openbsd-ports/editors/cooledit/Makefile
2002-02-15 19:53:42 +00:00

34 lines
736 B
Makefile

# $OpenBSD: Makefile,v 1.10 2002/02/15 19:53:43 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?=
.if ${FLAVOR:L:Mpython}
BUILD_DEPENDS+= :python-2.1*:lang/python/2.1
RUN_DEPENDS+= :python-2.1*:lang/python/2.1
.else
CONFIGURE_ENV+= NOPYTHON=Yes
.endif
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= XTERM_CMD=xterm
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>