1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/eterm-bg/Makefile
John Marino d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00

25 lines
618 B
Makefile

# Created by: Satoshi Taoka <taoka@FreeBSD.org>
# $FreeBSD$
PORTNAME= eterm-bg
PORTVERSION= 0.9.6
CATEGORIES= graphics
MASTER_SITES= http://www.eterm.org/download/
DISTNAME= Eterm-bg-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Image files for background of Eterm
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/Eterm/pix/scale
${MKDIR} ${STAGEDIR}${PREFIX}/share/Eterm/pix/tile
${INSTALL_DATA} ${WRKSRC}/bg/scale/* \
${STAGEDIR}${PREFIX}/share/Eterm/pix/scale
${INSTALL_DATA} ${WRKSRC}/bg/tile/* \
${STAGEDIR}${PREFIX}/share/Eterm/pix/tile
.include <bsd.port.mk>