freebsd-ports/security/sectok/Makefile
Cheng-Lung Sung c54010f434 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 01:04:55 +00:00

28 lines
588 B
Makefile

# New ports collection makefile for: sectok
# Date created: 28 September 2003
# Whom: Bruce M. Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sectok
PORTVERSION= 20030825
CATEGORIES= security
MASTER_SITES= http://www.citi.umich.edu/projects/smartcard/
DISTNAME= sectok-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= ISO 7816 Smartcard Utility
LIB_DEPENDS= sectok.3:${PORTSDIR}/security/libsectok
USE_OPENSSL= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= sectok.1
PLIST_FILES= bin/sectok
.include <bsd.port.mk>