freebsd-ports/games/wmfortune/Makefile

26 lines
534 B
Makefile
Raw Normal View History

# 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= 1
CATEGORIES= games windowmaker afterstep
MASTER_SITES= http://www.01.246.ne.jp/~m-sugano/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:32:26 +01:00
COMMENT= A dockapp that outputs fortune messages
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/wmfortune
USE_GMAKE= yes
USE_XPM= yes
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${PREFIX}/bin
.include <bsd.port.mk>