Update databases/mariadb105-server to version 10.5.17
[dports.git] / sysutils / bsd-splash-changer / Makefile
1 PORTNAME=       bsd-splash-changer
2 PORTVERSION=    060211
3 CATEGORIES=     sysutils
4 MASTER_SITES=   # none
5 DISTFILES=      # none
6
7 MAINTAINER=     gamato@users.sf.net
8 COMMENT=        Boot Splash Image Changer
9 WWW=            https://mato.gamato.org/freebsd/
10
11 USE_RC_SUBR=    change_splash
12 SUB_FILES=      pkg-message
13 NO_BUILD=       yes
14
15 do-fetch:
16         @${DO_NADA}
17
18 do-install:
19         ${MKDIR} ${STAGEDIR}${DATADIR}
20
21 .include <bsd.port.mk>