1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/mail/pop3lite/Makefile
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00

28 lines
514 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= pop3lite
PORTVERSION= 0.2.4a
PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Flexible, modular RFC-compliant POP3 daemon
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USES= gmake libtool
USE_GNOME= glib12
USE_LDCONFIG= yes
INFO= pop3lite-admin
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pop3lite/*.so
.include <bsd.port.mk>