mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
218b7702db
Approved by: portmgr@ (blanket approval)
24 lines
374 B
Makefile
24 lines
374 B
Makefile
# Created by: Martin Otto
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bsd-splash-changer
|
|
PORTVERSION= 060211
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= gamato@users.sf.net
|
|
COMMENT= Boot Splash Image Changer
|
|
|
|
USE_RC_SUBR= change_splash
|
|
SUB_FILES= pkg-message
|
|
NO_BUILD= yes
|
|
|
|
do-fetch:
|
|
@${DO_NADA}
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|