blob: 31f2788638309945143ebddf532046f26d209aac (
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
|
# New ports collection makefile for: linux-sunbird
# Date created: 2004-09-17
# Whom: voisine
#
# $FreeBSD$
#
PORTNAME= sunbird
DISTVERSION= 0.8
DISTVERSIONSUFFIX= .en-US.linux-i686
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= deskutils
MASTER_SITE_SUBDIR?= calendar/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US
MAINTAINER= miwi@FreeBSD.org
COMMENT= Calendaring application branched from Mozilla
post-extract:
@${MKDIR} ${WRKSRC}/plugins/
@${TOUCH} ${WRKSRC}/plugins/.empty
.include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common"
.include <bsd.port.mk>
|