openbsd-ports/security/libtasn1/Makefile
sturm c117600218 Initial import of libtasn1 0.2.4
The libtasn1 library is part of GnuTLS and was developed for ASN1 
(Abstract Syntax Notation One) structures management. 

WWW: http://www.gnutls.org/

from Jim Geovedi <jim@corebsd.or.id> with minor cleanup by me
2003-05-01 17:26:01 +00:00

34 lines
1015 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/05/01 17:26:01 sturm Exp $
COMMENT= "Abstract Syntax Notation One structure parser library"
VERSION= 0.2.4
DISTNAME= libtasn1-${VERSION}
CATEGORIES= security
HOMEPAGE= http://www.gnutls.org/
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \
ftp://gd.tuwien.ac.at/privacy/gnupg/alpha/gnutls/libtasn1/ \
http://ftp.planetmirror.com/pub/gnupg/alpha/gnutls/libtasn1/ \
http://sunsite.dk/pub/security/gcrypt/alpha/gnutls/libtasn1/ \
http://ftp.linux.it/pub/mirrors/gnupg/alpha/gnutls/libtasn1/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libtasn1
${INSTALL_DATA} ${WRKSRC}/doc/asn1.ps ${PREFIX}/share/doc/libtasn1
.include <bsd.port.mk>