mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
31 lines
781 B
Makefile
31 lines
781 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.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>
|