aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rox-base/Makefile
blob: 593d35452688fa9bbdc6249a3106969d8cd8c3ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	rox-base
# Date created:        13 November 2000
# Whom:                Jimmy Olgeni <olgeni@uli.it>
#
# $FreeBSD$

PORTNAME=	rox-base
PORTVERSION=	1.0.0
CATEGORIES=	x11-fm
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	rox
DISTNAME=	rox-base-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	olgeni@freebsd.org

NO_BUILD= 	yes

do-install:
	${MKDIR} ${PREFIX}/share/Choices
	${CP} -r ${WRKSRC}/Choices ${PREFIX}/share
	@find ${PREFIX}/share/Choices -type f -exec ${CHMOD} 664 {} \;
	@find ${PREFIX}/share/Choices/MIME-types -type f \
		-exec ${CHMOD} 775 {} \;
	@find ${PREFIX}/share/Choices -type d -exec ${CHMOD} 775 {} \;

.include <bsd.port.mk>