mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fc0fe5edce
for other rox ports, including rox-filer which is also ported by the originator. PR: ports/22788 Submitted by: Jimmy Olgeni <olgeni@uli.it>
31 lines
747 B
Makefile
31 lines
747 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= 0.1.29
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= rox
|
|
DISTNAME= rox-base-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= olgeni@uli.it
|
|
|
|
WRKSRC= ${WRKDIR}/rox-base
|
|
|
|
do-build:
|
|
@${ECHO} "Nothing to build"
|
|
|
|
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>
|