You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-construct/libs/pinentry/Makefile

19 lines
512 B

GARNAME = pinentry
GARVERSION = 0.7.2
CATEGORIES = libs
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
LIBDEPS = libs/qt-x11-free
MASTER_SITES = ftp://ftp.mirror.ac.uk/sites/ftp.gnupg.org/pinentry/ ftp://gd.tuwien.ac.at/privacy/gnupg/pinentry/
DESCRIPTION = pinentry
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_ARGS = $(DIRPATHS) --disable-pinentry-curses --disable-fallback-curses --disable-pinentry-gtk
include ../category.mk