mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
80ad2bb065
Mark BROKEN instead
23 lines
478 B
Makefile
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>
|