blob: 3e860472304fc9f9cd5c612202e763db7b25e8a9 (
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
|
# New ports collection makefile for: xskyroot
# Date created: 20 April 1997
# Whom: nkazushi@highway.or.jp
#
# $FreeBSD$
#
PORTNAME= xskyroot
PORTVERSION= 920428
CATEGORIES= x11
MASTER_SITES= ftp://ftp.sra.co.jp/pub/news/fj.sources/V10/
DISTFILES= 1079.gz
MAINTAINER= ports@FreeBSD.org
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
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|