1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/security/poc/Makefile
FUJISHIMA Satsuki b185046be2 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
2003-07-14 02:53:03 +00:00

27 lines
556 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=poc
MAINTAINER= king@v2project.com
COMMENT= Program for managing passwords on smartcards
LIB_DEPENDS= towitoko.2:${PORTSDIR}/devel/towitoko
USE_GETOPT_LONG=yes
USE_GMAKE= yes
USE_AUTOMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>