openbsd-ports/editors/xwpe/Makefile

22 lines
444 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 1999/11/05 06:36:08 kevlo Exp $
1999-10-29 05:46:41 -04:00
DISTNAME= xwpe-1.5.20a
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
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>