1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/games/wmfortune/Makefile
Baptiste Daroussin 8310af8eeb Update master_site
2011-08-02 13:49:10 +00:00

25 lines
520 B
Makefile

# New ports collection makefile for: wmfortune
# Date created: 16 May 2002
# Whom: 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= A dockapp that outputs fortune messages
PLIST_FILES= bin/wmfortune
USE_GMAKE= yes
USE_XORG= xpm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${PREFIX}/bin
.include <bsd.port.mk>