2013-06-28 23:48:59 +02:00
|
|
|
# Created by: Zenin <zenin@archive.rhps.org>
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1999-03-31 08:33:48 +02:00
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= wmeyes
|
2005-04-21 17:18:33 +02:00
|
|
|
PORTVERSION= 1.2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
1999-04-21 18:04:54 +02:00
|
|
|
CATEGORIES= games
|
2005-04-21 17:18:33 +02:00
|
|
|
MASTER_SITES= http://www.bstern.org/wmeyes/
|
1999-03-31 08:33:48 +02:00
|
|
|
|
2005-04-20 01:12:32 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-23 03:45:47 +02:00
|
|
|
COMMENT= World's most useless WindowMaker dock app
|
1999-03-31 08:33:48 +02:00
|
|
|
|
2014-08-18 21:13:18 +02:00
|
|
|
USES= imake:noman
|
2008-07-22 22:10:21 +02:00
|
|
|
USE_XORG= xpm xmu
|
2005-04-21 17:18:33 +02:00
|
|
|
|
|
|
|
PORTDOCS= README
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/wmeyes
|
1999-03-31 08:33:48 +02:00
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2005-04-21 17:18:33 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|Target(|TargetNoMan(|g' ${WRKSRC}/Imakefile
|
|
|
|
|
|
|
|
post-install:
|
2013-11-12 21:27:33 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2005-04-21 17:18:33 +02:00
|
|
|
.for file in ${PORTDOCS}
|
2013-11-12 21:27:33 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
2005-04-21 17:18:33 +02:00
|
|
|
.endfor
|
|
|
|
|
1999-03-31 08:33:48 +02:00
|
|
|
.include <bsd.port.mk>
|