openbsd-ports/security/libperseus/Makefile
pea 1afb97b6bb Import libperseus.
PERSEUS library is an open source technology whose aim is to secure any
kind of communication streams against illegitimate or abusive
eavesdropping except for Nation State Security offices, provided that a
suitable, huge computing power is used (from tens of hours with a
supercomputer).

ok jasper@
2011-03-29 12:14:21 +00:00

41 lines
868 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/03/29 12:14:21 pea Exp $
COMMENT = library to secure any kind of communication streams
DISTNAME = libperseus-1.0.2
CATEGORIES = security
SHARED_LIBS = perseus 0.0
MASTER_SITES = ${HOMEPAGE}/files/
HOMEPAGE = http://libperseus.googlecode.com/
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# GPL/LGPL/MPL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c m
EXTRACT_SUFX = .tgz
USE_LIBTOOL = Yes
WRKDIST = ${WRKDIR}
CFLAGS += -fPIC
do-regress:
@cd ${WRKBUILD} && ./perseus_test2
do-install:
${INSTALL_DATA} ${WRKBUILD}/perseus.h ${PREFIX}/include
${INSTALL_DATA} ${WRKBUILD}/${FULLPKGNAME}.so ${PREFIX}/lib/libperseus.so.${LIBperseus_VERSION}
${INSTALL_PROGRAM} ${WRKBUILD}/perseus_test ${PREFIX}/bin
.include <bsd.port.mk>