blob: c6b69a7dbc2c079da4d9eafb94ba184d67c0cf91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
COMMENT= A dockapp that outputs fortune messages
USE_GMAKE= yes
USE_XPM= yes
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${PREFIX}/bin
.include <bsd.port.mk>
|