19 lines
353 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2000/02/10 09:29:44 espie Exp $
1999-10-29 09:46:41 +00:00
DISTNAME= xwpe-1.5.22a
1998-10-08 23:57:13 +00:00
CATEGORIES= editors
1999-05-07 16:50:58 +00:00
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.identicalsoftware.com/xwpe/
1999-05-07 16:50:58 +00:00
MASTER_SITE_SUBDIR= apps/editors/X
1998-09-01 04:03:03 +00:00
1998-10-08 23:57:13 +00:00
MAINTAINER= yanick@fries.net
1998-09-01 04:03:03 +00:00
1999-05-07 16:50:58 +00:00
ALL_TARGET= xwpe
1998-09-01 04:03:03 +00:00
GNU_CONFIGURE= Yes
1998-09-01 04:03:03 +00:00
1999-05-07 16:50:58 +00:00
post-install:
@strip ${PREFIX}/bin/xwpe
1998-09-01 04:03:03 +00:00
.include <bsd.port.mk>