freebsd-ports/sysutils/livecd/Makefile
Pav Lucistnik 9b83b66b06 - Update to 1.2.4b
* 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)
2003-12-05 16:42:53 +00:00

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>