From c07ca225ac109fd07aeb810799ca215f622c2255 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 22 Feb 2015 04:53:33 +0000 Subject: - Add LICENSE - Strip libraries --- mail/pop3lite/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mail/pop3lite') diff --git a/mail/pop3lite/Makefile b/mail/pop3lite/Makefile index 8c045f1731fa..ff11a065aa04 100644 --- a/mail/pop3lite/Makefile +++ b/mail/pop3lite/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Flexible, modular RFC-compliant POP3 daemon +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USES= gmake libtool @@ -18,4 +21,7 @@ USE_LDCONFIG= yes INFO= pop3lite-admin +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pop3lite/*.so + .include -- cgit v1.2.3