28 lines
698 B
Makefile
28 lines
698 B
Makefile
# 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.1
|
|
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>
|