mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
28 lines
634 B
Makefile
28 lines
634 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
|
|
PORTREVISION= 2
|
|
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/cdrtools
|
|
|
|
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>
|