openbsd-ports/editors/xwpe/Makefile

31 lines
658 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.31 2010/10/24 21:16:25 ajacoutot Exp $
COMMENT= powerful programming editor
1999-10-29 05:46:41 -04:00
DISTNAME= xwpe-1.5.30a
2010-10-23 14:26:19 -04:00
REVISION= 0
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
2010-10-23 14:26:19 -04:00
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
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2002-10-25 20:39:14 -04:00
NO_REGRESS= Yes
1998-09-01 00:03:03 -04:00
.include <bsd.port.mk>