aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bsd-splash-changer/Makefile
blob: ee4c11a21a6d56a8b9c27f1b614b5ecc1546235a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>