1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/bsd-splash-changer/Makefile
Vanilla I. Shu 218b7702db Stagify.
Approved by:	portmgr@ (blanket approval)
2014-06-26 15:39:23 +00:00

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>