mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
30 lines
692 B
Makefile
30 lines
692 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.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.primeirospassos.org/ \
|
|
http://www.fugspbr.org/ \
|
|
http://www2.fugspbr.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>
|