aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xskyroot/Makefile
blob: 626cf2bf17cd51c507ed42d4f59a9f12a9238f46 (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
# New ports collection makefile for:    xskyroot
# Date created:     20 April 1997
# Whom:         nkazushi@highway.or.jp
#
# $FreeBSD$
#

PORTNAME=   xskyroot
PORTVERSION=    920428
PORTREVISION=   2
CATEGORIES= x11
MASTER_SITES=   ftp://ftp.sra.co.jp/pub/news/fj.sources/V10/
DISTFILES=  1079.gz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Realtime sky drawer for X root window

EXTRACT_CMD=    ${GZIP_CMD}
EXTRACT_BEFORE_ARGS=    -dc
EXTRACT_AFTER_ARGS= | ${SED} -e "/^...bin.sh/,/exit 0/!d" | ${SH}

DIST_SUBDIR=    ${PORTNAME}
NO_WRKSUBDIR=   yes
USE_IMAKE=  yes
USE_XORG=   x11
NO_INSTALL_MANPAGES=    yes
PLIST_FILES=    bin/xskyroot

.include <bsd.port.mk>