summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_online-client/Makefile
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-05-16 19:24:11 +0000
committercheusov <cheusov@pkgsrc.org>2011-05-16 19:24:11 +0000
commitdeb6a824fc90d1ddaea08d68865577bbcdfa2e34 (patch)
tree10c9c3a9e2cf503a336585b068dffe65de61f112 /pkgtools/pkg_online-client/Makefile
parentcc8894d10cc5dee76376486be613afc7938b2357 (diff)
downloadpkgsrc-deb6a824fc90d1ddaea08d68865577bbcdfa2e34.tar.gz
imported to pkgsrc
Diffstat (limited to 'pkgtools/pkg_online-client/Makefile')
-rw-r--r--pkgtools/pkg_online-client/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/pkgtools/pkg_online-client/Makefile b/pkgtools/pkg_online-client/Makefile
deleted file mode 100644
index f03362f13f5..00000000000
--- a/pkgtools/pkg_online-client/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/05/16 19:16:49 cheusov Exp $
-#
-
-.include "../../pkgtools/pkg_online-server/Makefile.common"
-
-PKGNAME= ${DISTNAME:C/online/online-client/}
-CATEGORIES= pkgtools
-MAINTAINER= cheusov@tut.by
-COMMENT+= (client tools)
-
-DEPENDS+= dict-client>=1.10.9:../../textproc/dict-client
-DEPENDS+= pkg_summary-utils>=0.49:../../pkgtools/pkg_summary-utils
-DEPENDS+= pipestatus-[0-9]*:../../devel/pipestatus
-DEPENDS+= netcat-[0-9]*:../../net/netcat
-
-BUILD_DEPENDS+= mk-configure>=0.20.0:../../devel/mk-configure
-
-INSTALL_TARGET= install-client install-doc
-
-DESCR_SRC+= ${.CURDIR}/DESCR
-
-DOCDIR= ${PREFIX}/share/doc/pkg_online-client
-EGDIR= ${PREFIX}/share/examples/pkg_online-client
-
-MAKE_ENV+= DOCDIR=${DOCDIR} EGDIR=${EGDIR}
-
-CONF_FILES= ${EGDIR}/pkg_online_client.conf \
- ${PKG_SYSCONFDIR}/pkg_online_client.conf
-
-MAKE_PROGRAM= mkcmake
-
-.include "../../mk/bsd.pkg.mk"