mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
aea6946f6c
- Add LICENSE (GPLv2) Approved by: portmgr (blanket approval)
27 lines
643 B
Makefile
27 lines
643 B
Makefile
# Created by: 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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_XORG= xpm
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
/usr/bin/umask 0222 && \
|
|
${TAR} zx --no-same-owner -f ${DISTDIR}/xpenguins-daemon-1.2.tar.gz -C ${STAGEDIR}${DATADIR}/themes
|
|
|
|
.include <bsd.port.mk>
|