blob: 7e0e3756bc87376f9a9a4d9a39f87d3aca673781 (
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
31
|
# New ports collection makefile for: .LRN (dotLRN)
# Date created: July 2005
# Whom: Aldert Nooitgedagt <nooitgedagt.net>
#
# $FreeBSD$
#
PORTNAME= dotlrn
DISTVERSION= 2.4.0
MASTER_SITES= http://openacs.org/projects/dotlrn/download/download/
MAINTAINER= mm@FreeBSD.org
COMMENT= OpenACS-based e-learning platform
DIST_REV_ID= 1616858
OPENACS_USER?= dotlrn
OPENACS_GROUP?= dotlrn
OPENACS_DB?= dotlrn
OPENACSBASE= ${PREFIX}/dotlrn
OPENACSNAME= .LRN
BASE_INSTALL= bin content-repository-content-files log packages tcl www install.xml
DESCR= ${.CURDIR}/pkg-descr
MD5_FILE= ${.CURDIR}/distinfo
MASTERDIR= ${.CURDIR}/../openacs
.include "${MASTERDIR}/Makefile"
|