2001-04-24 17:55:53 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2001/04/24 21:55:53 espie Exp $
|
2001-01-08 17:39:53 -05:00
|
|
|
|
2001-01-17 11:56:42 -05:00
|
|
|
CATEGORIES= editors
|
2001-01-08 17:39:53 -05:00
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://cooledit.sourceforge.net/
|
|
|
|
DISTNAME= cooledit-3.17.2
|
|
|
|
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
|
|
|
|
FLAVORS= python
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mpython}
|
2001-04-24 17:55:53 -04:00
|
|
|
BUILD_DEPENDS+= python:python-1.5.2-!threads:lang/python15,
|
|
|
|
RUN_DEPENDS+= python:python-1.5.2-!threads:lang/python15,
|
2001-01-08 17:39:53 -05:00
|
|
|
.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
|
2001-01-08 17:39:53 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_FTP=Yes
|
|
|
|
PERMIT_DISTFILES_FTP=Yes
|
|
|
|
PERMIT_PACKAGE_CDROM=Yes
|
|
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|