38 lines
752 B
Makefile
38 lines
752 B
Makefile
# $OpenBSD: Makefile,v 1.5 2001/07/09 17:10:55 pvalchev Exp $
|
|
|
|
COMMENT= "X keygrabber for blackbox"
|
|
|
|
DISTNAME= bbkeys-0.3.6
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.405
|
|
MASTER_SITES= http://movingparts.windsofstorm.net/bbkeys/ \
|
|
http://openbsd.rutgers.edu/
|
|
HOMEPAGE= http://movingparts.windsofstorm.net/bbkeys.shtml
|
|
|
|
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
|
|
FLAVORS= qt
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L:Mqt}
|
|
LIB_DEPENDS= qt.2::x11/qt2
|
|
PATCH_LIST= qt-*
|
|
.else
|
|
PATCH_LIST=
|
|
.endif
|
|
RUN_DEPENDS= blackbox::x11/blackbox
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-patch:
|
|
@cd ${WRKSRC} && touch Makefile.in configure.in aclocal.m4
|
|
|
|
.include <bsd.port.mk>
|