diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-02 22:12:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-02 22:12:21 +0800 |
commit | 3af5f584a5207980caa714ceea33158c305c37e1 (patch) | |
tree | 74f3ad137faf17534eb1518860d21c5e586f587b /security | |
parent | af4f5cfb2d824d8dd1059a23a76cd45cdd7af6b3 (diff) | |
download | freebsd-ports-gnome-3af5f584a5207980caa714ceea33158c305c37e1.tar.gz freebsd-ports-gnome-3af5f584a5207980caa714ceea33158c305c37e1.tar.zst freebsd-ports-gnome-3af5f584a5207980caa714ceea33158c305c37e1.zip |
- Add LICENSE
- Cosmetic change
Diffstat (limited to 'security')
-rw-r--r-- | security/libmcrypt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index c60f6a64903d..107b03059e28 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -10,10 +10,12 @@ MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multi-cipher cryptographic library (used in PHP) -USES= libtool:oldver -GNU_CONFIGURE= yes +LICENSE= LGPL21 + CONFIGURE_ARGS= --enable-static +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes +USES= libtool:oldver .include <bsd.port.mk> |