2006-06-18 01:53:15 +02:00
|
|
|
# New ports collection makefile for: bsd-splash-changer
|
|
|
|
# Date created: 11 Feb 2006
|
|
|
|
# Whom: Martin Otto
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# This port is self contained.
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bsd-splash-changer
|
|
|
|
PORTVERSION= 060211
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
|
|
|
|
2007-08-29 02:39:16 +02:00
|
|
|
MAINTAINER= gamato@users.sf.net
|
2006-06-18 01:53:15 +02:00
|
|
|
COMMENT= Boot Splash Image Changer
|
|
|
|
|
|
|
|
USE_RC_SUBR= change_splash.sh
|
|
|
|
SUB_FILES= pkg-message
|
2007-08-29 02:39:16 +02:00
|
|
|
NO_BUILD= yes
|
2006-06-18 01:53:15 +02:00
|
|
|
|
|
|
|
do-fetch:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${DATADIR}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|