1999-05-09 19:30:45 +02:00
|
|
|
# New ports collection makefile for: bbmail
|
|
|
|
# Date created: May 3 1999
|
1999-06-19 10:26:18 +02:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-05-09 19:30:45 +02:00
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1999-05-09 19:30:45 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= bbmail
|
2008-02-13 00:27:47 +01:00
|
|
|
PORTVERSION= 0.9.3
|
1999-05-09 19:30:45 +02:00
|
|
|
CATEGORIES= mail
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
1999-05-09 19:30:45 +02:00
|
|
|
|
2002-11-23 03:25:42 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A tool intended for Blackbox that checks for new mail
|
1999-05-09 19:30:45 +02:00
|
|
|
|
2007-12-14 18:05:08 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:${PORTSDIR}/x11-wm/blackbox
|
|
|
|
|
|
|
|
USE_XORG= xext
|
|
|
|
USE_GNOME= gnometarget
|
2000-06-18 03:42:14 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1999-05-09 19:30:45 +02:00
|
|
|
|
2003-02-17 17:10:44 +01:00
|
|
|
MAN1= bbmail.1
|
2007-12-14 18:05:08 +01:00
|
|
|
PLIST_FILES= bin/bbmail share/bbtools/bbmail.rc
|
2004-08-10 20:36:13 +02:00
|
|
|
|
|
|
|
post-install:
|
2006-01-23 08:04:10 +01:00
|
|
|
@${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \
|
2004-08-10 20:36:13 +02:00
|
|
|
>> ${TMPPLIST}
|
2003-02-17 17:10:44 +01:00
|
|
|
|
1999-05-09 19:30:45 +02:00
|
|
|
.include <bsd.port.mk>
|