blob: 82af22b2e0a13dc4931a3394b864e9c3acef8ac8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://okb-1.org/speyes/
MAINTAINER= ports@FreeBSD.org
COMMENT= WindowMaker dockapp/xeyes clone using SouthPark characters
PLIST_FILES= bin/speyes
USE_IMAKE= yes
USE_XORG= xpm xmu
.include <bsd.port.mk>
|