3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
27 lines
580 B
Makefile
27 lines
580 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= 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= towitoko.2:${PORTSDIR}/devel/towitoko
|
|
|
|
PLIST_FILES= bin/poc
|
|
USE_GETOPT_LONG=yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOMAKE_VER= 14
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|