summaryrefslogtreecommitdiff
path: root/x11/xpenguins/Makefile
blob: 795e6c06c6624deacc0492ebc38358729574fea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.5 2001/02/17 17:07:21 wiz Exp $
#

DISTNAME=	xpenguins-1.2
CATEGORIES=	games x11
MASTER_SITES=	http://xpenguins.seul.org/

MAINTAINER=	hubertf@netbsd.org
HOMEPAGE=	http://xpenguins.seul.org/
COMMENT=	Little penguins walking along the tops of your windows

USE_XPM=	YES

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/xpenguins	 ${PREFIX}/bin
	${INSTALL_MAN}     ${WRKSRC}/xpenguins.1 ${PREFIX}/man/man1

.include "../../mk/bsd.pkg.mk"