9b83b66b06
* kernel sources are removed before generation of ISO, reducing the final size of the ISO in 142 Mb PR: ports/59642 Submitted by: Edson Brandi <ebrandi.home@uol.com.br> (maintainer)
27 lines
636 B
Makefile
27 lines
636 B
Makefile
# New ports collection makefile for: FreeBSD LiveCD
|
|
# Date created: Wed Jun 26 21:40:01 UTC 2002
|
|
# Whom: Edson Brandi <ebrandi.home@uol.com.br> et al
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= livecd
|
|
PORTVERSION= 1.2.4b
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.primeirospassos.org/
|
|
|
|
MAINTAINER= ebrandi.home@uol.com.br
|
|
COMMENT= Tool Set to create custom FreeBSD LiveCD
|
|
|
|
RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/mkisofs
|
|
|
|
USE_REINPLACE= yes
|
|
NO_BUILD= yes
|
|
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \
|
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E -e 's|/usr/local/|${PREFIX}|' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|