head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.07;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.15.01.04.50;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2005.12.12.21.53.38;	author bms;	state Exp;
branches;
next	1.5;

1.5
date	2005.01.14.13.05.30;	author bms;	state Exp;
branches;
next	1.4;

1.4
date	2004.12.18.23.02.31;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.07.15.56.14;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.14.16.28.18;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.29.00.05.14;	author bms;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	libsectok
# Date created:		29 September 2003
# Whom:			Bruce M Simpson <bms@@FreeBSD.org>
#
# $FreeBSD: head/security/libsectok/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	libsectok
PORTVERSION=	20030619
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.citi.umich.edu/projects/smartcard/
DISTNAME=	libsectok-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	ISO 7816 Smartcard API Library

USE_LDCONFIG=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_OPENSSL=	YES

MAN3=		sectok.3

do-install:
	${INSTALL_DATA} ${WRKSRC}/sectok.h ${PREFIX}/include
	${INSTALL_DATA} ${WRKSRC}/libsectok.a ${PREFIX}/lib
	${INSTALL_PROGRAM} ${WRKSRC}/libsectok.so.3 ${PREFIX}/lib
	${LN} -s ${PREFIX}/lib/libsectok.so.3 ${PREFIX}/lib/libsectok.so
	${INSTALL_MAN} ${WRKSRC}/sectok.3 ${PREFIX}/man/man3

PLIST_FILES=	include/sectok.h lib/libsectok.a \
		lib/libsectok.so lib/libsectok.so.3

.include <bsd.port.mk>
@


1.7
log
@- 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>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
@
text
@d18 1
a18 1
INSTALLS_SHLIB=	yes
@


1.5
log
@Fix package.
@
text
@d15 1
a15 1
MAINTAINER=	bms@@FreeBSD.org
@


1.4
log
@This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
@
text
@d10 1
d24 9
a32 3
IGNORE=		produces a broken package (dangling symlink)
EXPIRATION_DATE=2005-02-18
DEPRECATED=	"${IGNORE}"
@


1.3
log
@Mark IGNORE because the package somehow includes a dangling symlink, i.e.
it is incomplete.

Approved by:	portmgr (self)
@
text
@d24 2
@


1.2
log
@Fix plist.
Pet portlint.
@
text
@d23 2
@


1.1
log
@New port: security/libsectok

PR:		ports/39777
@
text
@d17 2
a18 2
INSTALLS_SHLIB= yes
WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@

