freebsd-ports/security/libsectok/Makefile
Kris Kennaway fe3e9b0098 Mark IGNORE because the package somehow includes a dangling symlink, i.e.
it is incomplete.

Approved by:	portmgr (self)
2004-10-07 15:56:14 +00:00

25 lines
550 B
Makefile

# New ports collection makefile for: libsectok
# Date created: 29 September 2003
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libsectok
PORTVERSION= 20030619
CATEGORIES= security
MASTER_SITES= http://www.citi.umich.edu/projects/smartcard/
DISTNAME= libsectok-${PORTVERSION}
MAINTAINER= bms@FreeBSD.org
COMMENT= ISO 7816 Smartcard API Library
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_OPENSSL= YES
MAN3= sectok.3
IGNORE= produces a broken package (dangling symlink)
.include <bsd.port.mk>