352d06338b
FIXED: pkg_online_find fails when query contains spaces (missed "" around $variable)
24 lines
622 B
Makefile
24 lines
622 B
Makefile
# $NetBSD: Makefile.common,v 1.7 2009/03/08 22:21:08 cheusov Exp $
|
|
#
|
|
# used by wip/pkg_online-client/Makefile
|
|
# used by wip/pkg_online-server/Makefile
|
|
# used by wip/pkg_online/Makefile
|
|
|
|
DISTNAME= pkg_online-${VERSION}
|
|
MASTER_SITES= http://mova.org/~cheusov/pub/pkg_online/
|
|
|
|
VERSION= 0.9.1
|
|
|
|
MAINTAINER= cheusov@tut.by
|
|
HOMEPAGE= http://mova.org/~cheusov/pub/pkg_online/
|
|
COMMENT= Client/Server search in pkgsrc packages
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../wip/pkg_online/distinfo
|
|
DESCR_SRC= ${.CURDIR}/../../wip/pkg_online/DESCR
|
|
|
|
USE_LANGUAGES= # none
|
|
USE_BSD_MAKEFILE= yes
|
|
|
|
NO_BUILD= yes
|