22 lines
421 B
Makefile
22 lines
421 B
Makefile
# 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>
|