openbsd-ports/security/otpcalc/Makefile
2005-09-06 10:06:24 +00:00

34 lines
681 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/09/06 10:06:24 aanriot Exp $
COMMENT= "OTP and S/Key calculator for X"
DISTNAME= otpCalc-0.97
PKGNAME= ${DISTNAME}p0
CATEGORIES= security
HOMEPAGE= http://original.killa.net/infosec/otpCalc/
MAINTAINER= Alexandre Anriot <aanriot@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto m X11 Xext Xi glib gmodule
MASTER_SITES= ftp://ftp.erisiandiscord.de/pub/misc/ \
${HOMEPAGE}
CONFIGURE_STYLE=gnu dest
MODULES= devel/gettext
USE_GMAKE= Yes
ALL_TARGET= otpCalc otpCalc.1
LIB_DEPENDS= gtk.2,gdk.2::x11/gtk+
NO_REGRESS= Yes
.include <bsd.port.mk>