summaryrefslogtreecommitdiff
path: root/sysutils/bsd-splash-changer/Makefile
blob: 11df6a0c200f8425039f84ed61dcfe2bfa4084df (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
24
25
26
27
28
29
30
31
32
# 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@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} ${DATADIR}

post-install:
	@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}

.include <bsd.port.mk>