aboutsummaryrefslogblamecommitdiff
path: root/games/wmfortune/Makefile
blob: 3cad2a66b6942a5a4fda86c3c358d74ce3b174ba (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                     
           


                         
                 
                                           
                                                     

                                 
                                                     
 
                                  

                                             
 
                             
                     
                   

           
                                                                       

                      
# 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
DEPRECATED=	Broken for more than 6 months
EXPIRATION_DATE=	2015-04-30

PLIST_FILES=	bin/wmfortune
USES=		gmake
USE_XORG=	xpm

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>