1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/games/wmfortune/Makefile
Antoine Brodin 80ad2bb065 Revert r367333, it doesn't work
Mark BROKEN instead
2014-09-05 11:44:18 +00:00

23 lines
478 B
Makefile

# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
PORTNAME= wmfortune
PORTVERSION= 0.241
PORTREVISION= 3
CATEGORIES= games windowmaker afterstep
MASTER_SITES= http://www.dockapps.org/files/90/128/
MAINTAINER= ports@FreeBSD.org
COMMENT= Dockapp that outputs fortune messages
BROKEN= No public disfiles
PLIST_FILES= bin/wmfortune
USES= gmake
USE_XORG= xpm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>