blob: 6f4e36b2d737fe88cd1dc424a7d3a386c85471a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: horde-whups
# Date created: Feb 28, 2008
# Whom: Beech Rintoul <beech@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= whups
PORTVERSION= 0.0.20080228
PORTREVISION= 1
CATEGORIES= devel www
MASTER_SITES= LOCAL/beech \
http://www.alaskaparadise.com/freebsd/
MAINTAINER= beech@FreeBSD.org
COMMENT= Bug tracking/ticketing system
USE_HORDE= base pkg-message
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL TODO
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>
|