blob: e2af402a1cb1914a7ca4b20c335674344c239b31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: xpenguins
# Date created: 24 January 2001
# Whom: lyngbol@candid.dk
#
# $FreeBSD$
#
PORTNAME= xpenguins
PORTVERSION= 2.2
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://xpenguins.seul.org/:xp \
http://www.chrisburkert.de/download/unix/:ch
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xp \
xpenguins-daemon-1.2.tar.gz:ch
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= lyngbol@wheel.dk
COMMENT= Cute little penguins that walk along the tops of your windows
USE_XORG= xpm
GNU_CONFIGURE= yes
MAN1= xpenguins.1
post-install:
/usr/bin/umask 0222 && \
${TAR} zx --no-same-owner -f ${DISTDIR}/xpenguins-daemon-1.2.tar.gz -C ${DATADIR}/themes
.include <bsd.port.mk>
|