openbsd-ports/editors/xwpe/Makefile

30 lines
660 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.28 2009/08/10 06:31:09 kili Exp $
COMMENT= powerful programming editor
1999-10-29 05:46:41 -04:00
DISTNAME= xwpe-1.5.30a
PKGNAME= ${DISTNAME}p0
1998-10-08 19:57:13 -04:00
CATEGORIES= editors
2002-10-25 20:39:14 -04:00
2002-05-13 08:37:36 -04:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/editors/X/} \
http://www.identicalsoftware.com/xwpe/
1998-09-01 00:03:03 -04:00
# GPLv2
2000-03-12 12:18:54 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 c ncurses pthread-stubs xcb z
2000-02-12 03:02:07 -05:00
1999-05-07 12:50:58 -04:00
ALL_TARGET= xwpe
1998-09-01 00:03:03 -04:00
CONFIGURE_STYLE=gnu
DESTDIRNAME= none
MAKE_FLAGS= CFLAGS='${CFLAGS} -I${X11BASE}/include'
FAKE_FLAGS= prefix=${WRKINST}${PREFIX} MANDIR=${WRKINST}${PREFIX}/man
1998-09-01 00:03:03 -04:00
2006-11-11 16:04:27 -05:00
USE_X11= Yes
2002-10-25 20:39:14 -04:00
NO_REGRESS= Yes
1998-09-01 00:03:03 -04:00
.include <bsd.port.mk>