head	1.8;
access;
symbols
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6;
locks; strict;
comment	@# @;


1.8
date	2011.11.01.05.19.47;	author dougb;	state dead;
branches;
next	1.7;

1.7
date	2010.12.29.20.04.22;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.22.00.24.31;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2009.08.02.23.49.43;	author acm;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.02.23.20.26;	author acm;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.28.06.40.17;	author acm;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.21.23.57.23;	author acm;	state Exp;
branches;
next	1.1;

1.1
date	2009.05.09.01.49.24;	author acm;	state Exp;
branches;
next	;


desc
@@


1.8
log
@x11-toolkits/gambas2-gb-qt has been broken for over a year.

Remove it, and the ports that depend on it.
@
text
@# New ports collection makefile for:	gambas2-examples
# Date created:		2009-01-16
# Whom:			Jose Alonso Cardenas Marquez <acm@@FreeBSD.org>
#
# $FreeBSD: ports/lang/gambas2-examples/Makefile,v 1.7 2010/12/29 20:04:22 pgollucci Exp $
#

PORTNAME=	gambas2
PORTVERSION=	2.15.2
CATEGORIES=	lang
MASTER_SITES=	SF/gambas/${PORTNAME}/${PORTVERSION}
PKGNAMESUFFIX=	-examples
DIST_SUBDIR=	${PORTNAME:S/2//g}

MAINTAINER=	acm@@FreeBSD.org
COMMENT=	Example projects for gambas language

USE_BZIP2=	yes

NO_BUILD=	yes

FETCH_ARGS=		 -pRr
EXTRACT_AFTER_ARGS=	| ${TAR} -xf - "${DISTNAME}/examples"

do-install:
	@@${MKDIR} ${EXAMPLESDIR}
	@@cd ${WRKSRC}/examples/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}

.include <bsd.port.mk>
@


1.7
log
@- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@a12 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@


1.5
log
@- Update to 2.15.2
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=${PORTNAME:S/2//g}
@


1.4
log
@- Fix fetch problems
@
text
@d9 1
a9 1
PORTVERSION=	2.15.0
@


1.3
log
@- Update to 2.15.0

See ChangeLog at: http://gambas.sourceforge.net/en/changelog2.html
@
text
@d24 1
@


1.2
log
@- Update to 2.13.0
- Remove obsolete patch files
- Fix build on amd64 (1). Also it could compile without problems on pointyhat.

See the ChangeLog:	http://gambas.sourceforge.net/en/changelog2.html

Tested by:	pgollucci
Reported by:	QAT (1)
@
text
@d9 1
a9 1
PORTVERSION=	2.13.0
@


1.1
log
@- New port: lang/gambas2-examples

Example projects for gambas language
@
text
@d9 1
a9 1
PORTVERSION=	2.12
@

