34 lines
669 B
Makefile
34 lines
669 B
Makefile
# $OpenBSD: Makefile,v 1.7 2009/08/10 06:34:29 kili Exp $
|
|
|
|
COMMENT= OTP and S/Key calculator for X
|
|
|
|
DISTNAME= otpCalc-0.97
|
|
PKGNAME= ${DISTNAME}p1
|
|
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= X11 Xext Xi c crypto m glib gmodule pthread-stubs xcb
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
MODULES= devel/gettext
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
ALL_TARGET= otpCalc otpCalc.1
|
|
LIB_DEPENDS= gtk.>=2,gdk.>=2::x11/gtk+
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|