diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-29 17:01:03 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-29 17:01:03 +0000 |
commit | 5a5c9305f2ad47e61df2a0af9e68b6c1d6599faa (patch) | |
tree | 595fa53bc3155047e7bd0d14014eea43b1f866f4 /security/libecc/Makefile | |
parent | 011d6642799945a55d2052bb8734053eb0475f24 (diff) |
Notes
Diffstat (limited to 'security/libecc/Makefile')
-rw-r--r-- | security/libecc/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/libecc/Makefile b/security/libecc/Makefile new file mode 100644 index 000000000000..0d6cc90e5b11 --- /dev/null +++ b/security/libecc/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# Ports collection makefile for: libecc +# Date created: Oct 29, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libecc +PORTVERSION= 0.3.0 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +USE_GCC= 3.1 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |