aboutsummaryrefslogtreecommitdiffstats
path: root/security/poc/Makefile
blob: e3e93084add16b5ebcaacd1d5b3cc512a0f027e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    poc
# Date created:     Tue Jun 11 22:43:06 CEST 2002
# Whom:         king@v2project.com
#
# $FreeBSD$
#

PORTNAME=   poc
PORTVERSION=    1.2
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=poc

MAINTAINER= king@v2project.com
COMMENT=    Program for managing passwords on smartcards

LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
        towitoko.2:${PORTSDIR}/devel/towitoko

USE_GMAKE=  yes
USE_AUTOMAKE=   yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib" \
        LIBS="-lgnugetopt"

.include <bsd.port.mk>