1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/games/wmfortune/Makefile
Danilo Egea Gondolfo eeb41e2e3d - Remove the indefinite article from COMMENT
- Convert USE_GMAKE to USES
- Add stage support
2013-11-12 20:29:12 +00:00

21 lines
449 B
Makefile

# 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
PLIST_FILES= bin/wmfortune
USES= gmake
USE_XORG= xpm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmfortune ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>