summaryrefslogtreecommitdiff
path: root/www/typolight/Makefile.example
blob: ebfc76cd1ddb409f77ad531abaa7e2f65c5c7f2b (plain)
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
31
32
33
34
35
36
37
38
39
40
41
# $NetBSD: Makefile.example,v 1.5 2010/07/28 16:39:33 taca Exp $
#
# used by www/typolight28-example/Makefile
#

DISTNAME=	typolight-${TL_VERSION}
PKGNAME=	typolight${TL_VER}-example-${TL_PKGVER}
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=typolight/}

MAINTAINER=	taca@NetBSD.org
HOMEPAGE=	http://www.contao.org/
COMMENT=	Sample site data for TYPOlight

DEPENDS+=	typolight${TL_VER}>=${TL_PKGVER}:../../www/typolight${TL_VER}

DISTINFO_FILE=	${.CURDIR}/../../www/typolight${TL_VER}/distinfo

USE_TOOLS=	pax
NO_BUILD=	yes
NO_CONFIGURE=	yes

PKG_DESTDIR_SUPPORT=	destdir

WWW_EG_FILES=	music_academy.css tl_files/music_academy
WWW_FILE?=	templates/music_academy.sql

.for f in ${WWW_EG_FILES} ${WWW_FILE}
EXTRACT_ELEMENTS+=	${DISTNAME}/${f}
.endfor

PKG_GROUPS_VARS+=	APACHE_GROUP
PKG_USERS_VARS+=	APACHE_USER

INSTALLATION_DIRS+=	${TL_WEBDIR}/templates

do-install:
	cd ${WRKSRC}; \
		pax -rw -pm ${WWW_EG_FILES} ${DESTDIR}${PREFIX}/${TL_EGDIR}
	cd ${WRKSRC}; ${INSTALL_DATA} ${WWW_FILE} \
		${DESTDIR}${PREFIX}/${TL_WEBDIR}/templates