freebsd-ports/security/matrixssl/Makefile

33 lines
786 B
Makefile
Raw Normal View History

# New ports collection Makefile for: matrixssl
# Date created: 2006-03-17
# Whom: arved
#
# $FreeBSD$
PORTNAME= matrixssl
2007-04-17 18:32:27 +02:00
PORTVERSION= 1.8.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,-,g}-open
MAINTAINER= arved@FreeBSD.org
COMMENT= Small alternative SSL implementation
USE_GMAKE= yes
2007-04-17 18:32:27 +02:00
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_LDCONFIG= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/libmatrixssl* ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/../*.h ${PREFIX}/include
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${CP} ${WRKSRC}/../doc/* ${DOCSDIR}
${MKDIR} ${EXAMPLESDIR}
${CP} ${WRKSRC}/../examples/* ${EXAMPLESDIR}
2007-04-17 18:32:27 +02:00
-cd ${EXAMPLESDIR}; ${RM} *.vcproj *.sln *.orig
.endif
.include <bsd.port.mk>