openbsd-ports/editors/xwpe/Makefile

29 lines
628 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2000/10/22 15:41:55 espie Exp $
1999-10-29 05:46:41 -04:00
DISTNAME= xwpe-1.5.22a
1998-10-08 19:57:13 -04:00
CATEGORIES= editors
NEED_VERSION= 1.305
1999-05-07 12:50:58 -04:00
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.identicalsoftware.com/xwpe/
1999-05-07 12:50:58 -04:00
MASTER_SITE_SUBDIR= apps/editors/X
1998-09-01 00:03:03 -04:00
1998-10-08 19:57:13 -04:00
MAINTAINER= yanick@fries.net
1998-09-01 00:03:03 -04:00
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
2000-03-12 12:18:54 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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
2000-03-12 12:18:54 -05:00
MAKE_FLAGS= CFLAGS='${CFLAGS} -I/usr/X11R6/include'
FAKE_FLAGS= ${MAKE_FLAGS} prefix=${WRKINST}${PREFIX}
#SEPARATE_BUILD= simple
1998-09-01 00:03:03 -04:00
1999-05-07 12:50:58 -04:00
post-install:
@strip ${PREFIX}/bin/xwpe
1998-09-01 00:03:03 -04:00
.include <bsd.port.mk>