opnsense-ports/graphics/eterm-bg/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 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>