blob: de1252fd9f38ffebc322c1a7ff601fc7c512f1d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.16 2005/04/11 21:48:16 tv Exp $
#
DISTNAME= xpenguins-2.2
CATEGORIES= games x11
MASTER_SITES= http://xpenguins.seul.org/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://xpenguins.seul.org/
COMMENT= Little penguins walking along the tops of your windows
USE_X11= YES
GNU_CONFIGURE= YES
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|