diff options
author | demon <demon@FreeBSD.org> | 2003-08-07 21:11:19 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-08-07 21:11:19 +0800 |
commit | 7d5193fda555747ce770b3eca9306d7175cf8617 (patch) | |
tree | 94905ce4317a3f25ebf77926bcb28bcdfbfba425 /www/rt3-elixus/Makefile | |
parent | fe734694d50bf296f55af038862f79a78d272f65 (diff) | |
download | freebsd-ports-graphics-7d5193fda555747ce770b3eca9306d7175cf8617.tar.gz freebsd-ports-graphics-7d5193fda555747ce770b3eca9306d7175cf8617.tar.zst freebsd-ports-graphics-7d5193fda555747ce770b3eca9306d7175cf8617.zip |
New port: rt3-elixus.
An industrial-grade ticketing system with elixus.org patches.
Submitted by: Autrijus Tang <autrijus@autrijus.org>
Diffstat (limited to 'www/rt3-elixus/Makefile')
-rw-r--r-- | www/rt3-elixus/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/rt3-elixus/Makefile b/www/rt3-elixus/Makefile new file mode 100644 index 00000000000..eab1c9df78b --- /dev/null +++ b/www/rt3-elixus/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: rt3-elixus +# Date created: 5 May 2003 +# Whom: autrijus +# +# $FreeBSD$ +# + +PORTVERSION= 7387 +PORTREVISION= 0 +MASTER_SITES= http://p4.elixus.org/hist/ +PKGNAMESUFFIX= -elixus + +COMMENT= An industrial-grade ticketing system with elixus.org patches + +BUILD_DEPENDS= ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable + +MASTERDIR= ${.CURDIR}/../../www/rt3 +MD5_FILE= ${.CURDIR}/distinfo +ELIXUS_BRANCH= yes +WRKSRC= ${WRKDIR}/rt + +.include "${MASTERDIR}/Makefile" |