21 lines
415 B
Makefile
21 lines
415 B
Makefile
# New ports collection makefile for: speyes
|
|
# Date created: 03 November 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= speyes
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://okb-1.org/speyes/
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
COMMENT= WindowMaker dockapp/xeyes clone using SouthPark characters
|
|
|
|
PLIST_FILES= bin/speyes
|
|
USE_IMAKE= yes
|
|
USE_XPM= yes
|
|
|
|
.include <bsd.port.mk>
|