1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11-themes/irssi-themes/Makefile
2021-04-06 16:31:07 +02:00

40 lines
858 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= irssi-themes
PORTVERSION= 2016082001
CATEGORIES= x11-themes irc
MASTER_SITES= https://irssi-import.github.io/themes/ \
LOCAL/ehaupt/${PORTNAME}-${PORTVERSION}/
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Collection of additional irssi themes
RUN_DEPENDS= irssi:irc/irssi
NO_ARCH= yes
NO_BUILD= yes
THEMESDIR_REL= share/irssi/themes
.include <bsd.port.pre.mk>
.include "${MASTERDIR}/Makefile.inc"
.for f in ${DISTFILES}
PLIST_FILES+= ${THEMESDIR_REL}/${f}
.endfor
do-extract:
@${MKDIR} ${WRKSRC}
.for f in ${DISTFILES}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${f} ${WRKSRC}
.endfor
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${THEMESDIR_REL}
.for f in ${DISTFILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${THEMESDIR_REL}
.endfor
.include <bsd.port.post.mk>