freebsd-ports/deskutils/linux-sunbird/Makefile
Boris Samorodov 3d484c3f2d . remove linux-glib2 as a dependency from linux-seamonkey/Makefile.common
since it was incorporated into default linux base port;
. bump PORTREVISION for ports using linux-seamonkey/Makefile.common.

Pointed out by:	Portsnap buildbox
2009-01-21 23:28:09 +00:00

24 lines
574 B
Makefile

# 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>