blob: 69e244c56983d93bb6911a79ff579849e3ba92a9 (
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
|
# Created by: Thomas E. Zander <riggs@rrr.de>
# $FreeBSD$
PORTNAME= freesbie
PORTVERSION= 2.0.20070710
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rrr.de/~riggs/freesbie/
MASTER_SITES+= ${MASTER_SITE_LOCAL:S/%SUBDIR%/delphij/}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/2.0.//}
MAINTAINER= riggs@rrr.de
COMMENT= Yet another cool answer to the system-on-cd question
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
USE_BZIP2= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}2
NO_STAGE= yes
do-install:
@ ${MKDIR} ${DATADIR}
@ ${RM} ${WRKSRC}/scripts/iso.sh.orig
@ cd ${WRKSRC} && ${FIND} . -type f -print | tar -cf - -T - | \
tar -xf - -C ${DATADIR}
.include <bsd.port.mk>
|