2006-04-29 17:02:56 +02:00
|
|
|
# New ports collection makefile for: sylpheed-claws-newmail
|
|
|
|
# Date created: 7 April 2006
|
|
|
|
# Whom: Pawel Pekala <c0rn@o2.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= newmail
|
2006-09-30 14:32:16 +02:00
|
|
|
PORTVERSION= 0.0.7
|
2006-12-03 19:43:57 +01:00
|
|
|
PORTREVISION= 1
|
2006-04-29 17:02:56 +02:00
|
|
|
CATEGORIES= mail
|
2006-06-21 17:36:13 +02:00
|
|
|
MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/
|
2006-04-29 17:02:56 +02:00
|
|
|
PKGNAMEPREFIX= sylpheed-claws-
|
|
|
|
|
|
|
|
MAINTAINER= c0rn@o2.pl
|
|
|
|
COMMENT= Message header summary logging plugin for sylpheed-claws
|
|
|
|
|
2006-09-30 14:32:16 +02:00
|
|
|
BUILD_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
|
|
|
|
RUN_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
|
2006-04-29 17:02:56 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2006-12-03 19:43:57 +01:00
|
|
|
USE_XLIB= yes
|
2006-04-29 17:02:56 +02:00
|
|
|
USE_AUTOTOOLS= autoconf:259
|
|
|
|
|
|
|
|
PLIST_FILES=lib/sylpheed-claws/plugins/newmail.a \
|
|
|
|
lib/sylpheed-claws/plugins/newmail.la \
|
|
|
|
lib/sylpheed-claws/plugins/newmail.so
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|