1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/games/wmfortune/Makefile
Pete Fritchman f4bf6e95a9 Add wmfortune 0.241, a dockapp that outputs fortune messages.
PR:		38134
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2002-05-30 22:53:34 +00:00

23 lines
442 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
CATEGORIES= games windowmaker afterstep
MASTER_SITES= http://www.01.246.ne.jp/~m-sugano/
MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
USE_XPM= yes
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${PREFIX}/bin
.include <bsd.port.mk>