1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/x11/xskyroot/Makefile
Eitan Adler 0b13a72da5 Cleanup of the ports in the x11 directory
- Convert to staging
2013-10-28 01:23:24 +00:00

24 lines
514 B
Makefile

# Created by: 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
USES= imake
USE_XORG= x11
PLIST_FILES= bin/xskyroot
.include <bsd.port.mk>