summaryrefslogtreecommitdiff
path: root/lang/gambas2-examples/Makefile
blob: ad64c294ed3a6b3254cced51e7c531c3613581bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	gambas2-examples
# Date created:		2009-01-16
# Whom:			Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#

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

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

USE_BZIP2=	yes

NO_BUILD=	yes

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

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

.include <bsd.port.mk>