freebsd-ports/sysutils/bsd-splash-changer/Makefile
Alejandro Pulver 552a05f8b0 This is a boot splash image changer for FreeBSD.
See the post-installation message for instructions.

WWW: http://mato.gamato.org/freebsd/

PR:		ports/93218
Submitted by:	Martin Otto <gamato@pobox.sk>
2006-06-17 23:53:15 +00:00

32 lines
544 B
Makefile

# 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
MAINTAINER= gamato@pobox.sk
COMMENT= Boot Splash Image Changer
USE_RC_SUBR= change_splash.sh
NO_BUILD= yes
SUB_FILES= pkg-message
do-fetch:
@${DO_NADA}
do-install:
${MKDIR} ${DATADIR}
post-install:
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
.include <bsd.port.mk>