mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
28 lines
650 B
Makefile
28 lines
650 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
|
|
|
|
USE_XORG= xpm
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xpenguins.1
|
|
|
|
NO_STAGE= yes
|
|
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>
|