freebsd-ports/mail/claws-mail-fetchinfo/Makefile

33 lines
791 B
Makefile
Raw Normal View History

# New ports collection makefile for: sylpheed-claws-fetchinfo
# Date created: 3 April 2006
# Whom: Pawel Pekala <c0rn@o2.pl>
#
# $FreeBSD$
#
PORTNAME= fetchinfo
2009-01-12 14:00:26 +01:00
PORTVERSION= 0.4.24
PORTREVISION= 12
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
DISTNAME= ${PORTNAME}-plugin-${PORTVERSION}
MAINTAINER= c0rn@o2.pl
COMMENT= Header insertation plugin for claws-mail
BUILD_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail
RUN_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail
LICENSE= GPLv3
USE_GMAKE= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= autoconf
MAKE_JOBS_SAFE= yes
PLIST_FILES= lib/claws-mail/plugins/fetchinfo_plugin.a \
lib/claws-mail/plugins/fetchinfo_plugin.la \
lib/claws-mail/plugins/fetchinfo_plugin.so \
.include <bsd.port.mk>