diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-22 12:53:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-22 12:53:22 +0800 |
commit | f587adc34da4db1f376fea8e3509d23e45f9c881 (patch) | |
tree | a6c9402a563919488c726225a8c04a2f97c9bc52 /mail | |
parent | c7e0075dfe4e2a7cde48b8fa2b8d21f881d8786d (diff) | |
download | freebsd-ports-gnome-f587adc34da4db1f376fea8e3509d23e45f9c881.tar.gz freebsd-ports-gnome-f587adc34da4db1f376fea8e3509d23e45f9c881.tar.zst freebsd-ports-gnome-f587adc34da4db1f376fea8e3509d23e45f9c881.zip |
- Add LICENSE
- Strip libraries
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pfqueue/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index 1bdedc85fb07..6e8d23a92d24 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -10,9 +10,13 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Console-based tool for handling Postfix 1, Postfix 2, and Exim queues +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USES= libtool USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include <bsd.port.mk> |