1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/sysutils/livecd/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

24 lines
521 B
Makefile

# Created by: Edson Brandi <ebrandi.home@uol.com.br>
# $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= cdrecord: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>