summaryrefslogblamecommitdiff
path: root/x11-fm/rox-base/Makefile
blob: ac3d8f2403a5d5ce09f052e05135070cbec1c9b5 (plain) (tree)
1
2
3
4
5
6
7
8






                                                   
                     





                                          
                                  
 
                   
 


                                                       








                                                                      
# 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.2
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

post-extract:
	find ${WRKSRC} -type d -name CVS | xargs rm -rf

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>