3dff06c61e
PR: ports/59717 Submitted by: Chris Burkert <chris@chrisburkert.de> Approved by: maintainer timeout (1 month)
32 lines
725 B
Makefile
32 lines
725 B
Makefile
# New ports collection makefile for: xpenguins
|
|
# Date created: 24 January 2001
|
|
# Whom: lyngbol@candid.dk
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xpenguins
|
|
PORTVERSION= 2.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://xpenguins.seul.org/ \
|
|
http://www.chrisburkert.de/download/unix/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
xpenguins-daemon-1.1.tar.gz
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
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
|
|
|
|
post-install:
|
|
/usr/bin/umask 0222 && \
|
|
${TAR} zx --no-same-owner -f ${DISTDIR}/xpenguins-daemon-1.1.tar.gz -C ${DATADIR}/themes
|
|
|
|
.include <bsd.port.mk>
|