openbsd-ports/security/otpcalc/Makefile

37 lines
842 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:41:26 espie Exp $
COMMENT= OTP and S/Key calculator for X
DISTNAME= otpCalc-0.97
2011-11-04 04:42:25 -04:00
REVISION= 6
CATEGORIES= security
HOMEPAGE= http://original.killa.net/infosec/otpCalc/
# GPL
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}
2011-11-04 04:42:25 -04:00
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo crypto expat
2010-10-11 04:11:24 -04:00
WANTLIB += fontconfig freetype gio-2.0 glib-2.0 gmodule-2.0
2010-07-30 10:15:15 -04:00
WANTLIB += gobject-2.0 gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0
WANTLIB += gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render
2011-11-04 04:42:25 -04:00
WANTLIB += z GL xcb-shm
CONFIGURE_STYLE=gnu dest
MODULES= devel/gettext
USE_GMAKE= Yes
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
ALL_TARGET= otpCalc otpCalc.1
2010-11-20 12:22:40 -05:00
LIB_DEPENDS= x11/gtk+2
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
.include <bsd.port.mk>