openbsd-ports/editors/xwpe/Makefile

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 05:46:41 -04:00
DISTNAME= xwpe-1.5.22a
1998-10-08 19:57:13 -04:00
CATEGORIES= editors
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
1999-05-07 12:50:58 -04:00
ALL_TARGET= xwpe
1998-09-01 00:03:03 -04:00
GNU_CONFIGURE= Yes
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>