aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freesbie/Makefile
blob: e5434cf8f563fe858ddbc4e78c5a7a52f8a93edd (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
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:	FreeSBIE
# Date created:		27 March 2003
# Whom:			Thomas E. Zander <riggs@rrr.de>
#
# $FreeBSD$
#

PORTNAME=	freesbie
PORTVERSION=	2.0.20060202
CATEGORIES=	sysutils
MASTER_SITES=	http://www.rrr.de/~riggs/freesbie/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/2.0.//}

MAINTAINER=	riggs@rrr.de
COMMENT=	Yet another cool answer to the system-on-cd question

RUN_DEPENDS=	mkisofs:${PORTSDIR}/sysutils/cdrtools

USE_BZIP2=	yes
NO_BUILD=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}2

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 504000
IGNORE=		earlier FreeBSD versions then 5.4-RELEASE are not supported
.endif

do-install:
	@${MKDIR} ${DATADIR}
	@ cd ${WRKSRC} && ${FIND} . -type f -print | \
		${CPIO} --quiet -pdum -R ${BINOWN}:${BINGRP} ${DATADIR}
	@ cd ${DATADIR} && ${FIND} . -type d -print | ${XARGS} ${CHMOD} 0755
	@ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type f -print | \
		${SORT} -r > ${TMPPLIST}
	@ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type d -print | \
		${SORT} -r | ${SED} -e 's#^#@dirrm #' >> ${TMPPLIST}

.include <bsd.port.post.mk>