26 lines
620 B
Makefile
26 lines
620 B
Makefile
# $OpenBSD: Makefile,v 1.7 2002/03/21 20:57:07 espie Exp $
|
|
|
|
COMMENT= 'wm-dockapp; xeyes clone using South Park characters'
|
|
|
|
DISTNAME= speyes-1.2.0
|
|
CATEGORIES= games x11 x11/windowmaker
|
|
NEED_VERSION= 1.515
|
|
|
|
HOMEPAGE= http://www.halcyon.com/amalmin/speyes/speyes.html
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.halcyon.com/amalmin/speyes/ \
|
|
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
CONFIGURE_STYLE= imake noman
|
|
|
|
.include <bsd.port.mk>
|