diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-22 04:53:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-22 04:53:22 +0000 |
commit | b9e0436d77d8b61e61f497f8beb0b82bcd31b809 (patch) | |
tree | a6c9402a563919488c726225a8c04a2f97c9bc52 /mail/pfqueue | |
parent | 897a4bb6afb10ef162b394d3725081a5ddd5bff2 (diff) |
Notes
Diffstat (limited to 'mail/pfqueue')
-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> |