mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
c4c8f4be45
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
30 lines
744 B
Makefile
30 lines
744 B
Makefile
# New ports collection makefile for: eterm-bg
|
|
# Date created: 99/06/12
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eterm-bg
|
|
PORTVERSION= 0.9.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.eterm.org/download/
|
|
DISTNAME= Eterm-bg-${PORTVERSION}
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
COMMENT= Image files for background of Eterm
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/share/Eterm
|
|
${MKDIR} ${PREFIX}/share/Eterm/pix
|
|
${MKDIR} ${PREFIX}/share/Eterm/pix/scale
|
|
${MKDIR} ${PREFIX}/share/Eterm/pix/tile
|
|
${INSTALL_DATA} ${WRKSRC}/bg/scale/* ${PREFIX}/share/Eterm/pix/scale
|
|
${INSTALL_DATA} ${WRKSRC}/bg/tile/* ${PREFIX}/share/Eterm/pix/tile
|
|
|
|
.include <bsd.port.mk>
|