654ce152b8
iESD customizes OS X InstallESD. WWW: https://github.com/ntkme/iesd RG: https://rubygems.org/gems/iesd
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iesd
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= misc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Modify Extensions, Kextcache and Packages on InstallESD
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/iesd
|
|
|
|
.include <bsd.port.mk>
|