2013-09-20 21:59:12 +02:00
|
|
|
# Created by: George Reid <greid@ukug.uk.freebsd.org>
|
2001-01-01 23:24:51 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTNAME= pop3lite
|
2001-10-11 20:54:30 +02:00
|
|
|
PORTVERSION= 0.2.4a
|
2009-08-02 21:36:34 +02:00
|
|
|
PORTREVISION= 3
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= mail
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF
|
2001-01-01 23:24:51 +01:00
|
|
|
|
2001-10-11 20:54:30 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A flexible, modular RFC-compliant POP3 daemon
|
2001-01-01 23:24:51 +01:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool libltdl
|
2002-07-15 19:21:56 +02:00
|
|
|
USE_GNOME= glib12
|
2014-02-02 16:20:05 +01:00
|
|
|
USES= gmake
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 02:29:13 +02:00
|
|
|
USE_LDCONFIG= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-01-01 23:24:51 +01:00
|
|
|
|
2005-12-04 11:28:16 +01:00
|
|
|
INFO= pop3lite-admin
|
2001-01-01 23:24:51 +01:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2001-01-01 23:24:51 +01:00
|
|
|
.include <bsd.port.mk>
|