blob: 528c5f0aa0120bfe88ed0f7b3db23cb9356f0321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xpenguins
# Date created: 24 January 2001
# Whom: lyngbol@candid.dk
#
# $FreeBSD$
#
PORTNAME= xpenguins
PORTVERSION= 2.2
CATEGORIES= games
MASTER_SITES= http://xpenguins.seul.org/
MAINTAINER= lyngbol@wheel.dk
COMMENT= Cute little penguins that walk along the tops of your windows
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
MAN1= xpenguins.1
.include <bsd.port.mk>
|