openbsd-ports/editors/xwpe/Makefile

24 lines
462 B
Makefile
Raw Normal View History

1999-10-29 05:46:41 -04:00
# $OpenBSD: Makefile,v 1.7 1999/10/29 09:46:41 turan Exp $
BROKEN= sources moved
1998-09-01 00:03:03 -04:00
1999-05-07 12:50:58 -04:00
DISTNAME= xwpe-1.5.17a
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.rpi.edu/~payned/xwpe/ \
ftp://identical.stu.rpi.edu/pub/linux/xwpe/
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
MAKEFILE= ${WRKSRC}/Makefile
ALL_TARGET= xwpe
1998-09-01 00:03:03 -04:00
1999-05-07 12:50:58 -04:00
USE_GMAKE= yes
1998-10-08 19:57:13 -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>