blob: 7519a8e004b33a0d65f56b2833bc46542e01a1fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|