head	1.9;
access;
symbols
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.4;
locks; strict;
comment	@# @;


1.9
date	2003.03.24.16.34.01;	author olgeni;	state dead;
branches;
next	1.8;

1.8
date	2003.03.07.06.12.44;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.22.16.23.14;	author olgeni;	state Exp;
branches;
next	1.6;

1.6
date	2001.12.17.16.14.16;	author olgeni;	state Exp;
branches;
next	1.5;

1.5
date	2001.07.04.09.04.47;	author olgeni;	state Exp;
branches;
next	1.4;

1.4
date	2001.01.24.12.43.13;	author olgeni;	state Exp;
branches;
next	1.3;

1.3
date	2001.01.24.12.05.12;	author olgeni;	state Exp;
branches;
next	1.2;

1.2
date	2000.12.27.12.55.04;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.26.04.52.13;	author dougb;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Retire obsolete rox-base port (no longer needed by any rox application).
@
text
@# New ports collection makefile for:	rox-base
# Date created:        13 November 2000
# Whom:                Jimmy Olgeni <olgeni@@uli.it>
#
# $FreeBSD: ports/x11-fm/rox-base/Makefile,v 1.8 2003/03/07 06:12:44 ade Exp $

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
COMMENT=	Resources needed by several ROX desktop applications

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>
@


1.8
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@find, rm, xargs -> ${FIND}, ${RM}, ${XARGS}.
@
text
@d16 1
@


1.6
log
@Update port to version 1.0.2.
@
text
@d20 1
a20 1
	find ${WRKSRC} -type d -name CVS | xargs rm -rf
d25 2
a26 2
	@@find ${PREFIX}/share/Choices -type f -exec ${CHMOD} 664 {} \;
	@@find ${PREFIX}/share/Choices/MIME-types -type f \
d28 1
a28 1
	@@find ${PREFIX}/share/Choices -type d -exec ${CHMOD} 775 {} \;
@


1.5
log
@Update port to version 1.0.1.
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/rox-base/Makefile,v 1.4 2001/01/24 12:43:13 olgeni Exp $
d8 1
a8 1
PORTVERSION=	1.0.1
d18 3
@


1.4
log
@Use proper capitalization (freebsd.org -> FreeBSD.org)

Noted by: sobomax
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/rox-base/Makefile,v 1.3 2001/01/24 12:05:12 olgeni Exp $
d8 1
a8 1
PORTVERSION=	1.0.0
@


1.3
log
@Change maintainer email address (olgeni@@uli.it -> olgeni@@freebsd.org)
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/rox-base/Makefile,v 1.2 2000/12/27 12:55:04 kevlo Exp $
d15 1
a15 1
MAINTAINER=	olgeni@@freebsd.org
@


1.2
log
@Update to 1.0.0

PR: 23883
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/rox-base/Makefile,v 1.1 2000/11/26 04:52:13 dougb Exp $
d15 1
a15 1
MAINTAINER=	olgeni@@uli.it
@


1.1
log
@rox-base contains basic icons and configuration items needed
for other rox ports, including rox-filer which is also
ported by the originator.

PR:		ports/22788
Submitted by:	Jimmy Olgeni <olgeni@@uli.it>
@
text
@d5 1
a5 1
# $FreeBSD$
d8 1
a8 1
PORTVERSION=	0.1.29
d17 1
a17 4
WRKSRC=		${WRKDIR}/rox-base

do-build:
	@@${ECHO} "Nothing to build"
@

