19 lines
373 B
Makefile
19 lines
373 B
Makefile
# Created by: Chris D. Faulhaber <jedgar@fxp.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= speyes
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://okb-1.org/speyes/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= WindowMaker dockapp/xeyes clone using SouthPark characters
|
|
|
|
BROKEN= unfetchable
|
|
|
|
PLIST_FILES= bin/speyes
|
|
USES= imake
|
|
USE_XORG= xpm xmu
|
|
|
|
.include <bsd.port.mk>
|