1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-fm/rox-base/Makefile
2001-07-04 09:04:47 +00:00

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>