diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 12:35:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 12:35:50 +0000 |
commit | dba80fffe43da11d0a331d26ff47ad47939db729 (patch) | |
tree | 94d53c5c905021f480b1c80529f6919181c4c73b /sysutils/livecd/Makefile | |
parent | 9e20b44c8053a22656f664d6c0e3ba06708a98b5 (diff) |
Notes
Diffstat (limited to 'sysutils/livecd/Makefile')
-rw-r--r-- | sysutils/livecd/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/livecd/Makefile b/sysutils/livecd/Makefile index d72e850eedad..7a9fe08e6295 100644 --- a/sysutils/livecd/Makefile +++ b/sysutils/livecd/Makefile @@ -1,9 +1,5 @@ -# 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 -# +# Created by: Edson Brandi <ebrandi.home@uol.com.br> # $FreeBSD$ -# PORTNAME= livecd PORTVERSION= 1.2.4b @@ -14,8 +10,9 @@ MASTER_SITES= http://www.primeirospassos.org/ MAINTAINER= ebrandi.home@uol.com.br COMMENT= Tool Set to create custom FreeBSD LiveCD +RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools + NO_BUILD= yes -USE_CDRTOOLS= yes MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" |