blob: 7a87f03189e42592eb1d7debeb2be9c090e3bd38 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: linux-sunbird
# Date created: 2004-09-17
# Whom: voisine
#
# $FreeBSD$
#
PORTNAME= sunbird
PORTVERSION= 0.3a2
DISTVERSIONSUFFIX= .en-US.linux-i686
CATEGORIES= deskutils
MASTER_SITE_SUBDIR= calendar/sunbird/releases/${DISTVERSION}
MAINTAINER= voisine@gmail.com
COMMENT= Calendaring application branched from Mozilla
USE_BZIP2= yes
.include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common"
.include <bsd.port.mk>
|