diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xwpick/Makefile | 29 | ||||
-rw-r--r-- | graphics/xwpick/distinfo | 1 | ||||
-rw-r--r-- | graphics/xwpick/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xwpick/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/xwpick/pkg-plist | 6 |
5 files changed, 40 insertions, 0 deletions
diff --git a/graphics/xwpick/Makefile b/graphics/xwpick/Makefile new file mode 100644 index 0000000..cba725e --- /dev/null +++ b/graphics/xwpick/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xwpick +# Version required: 2.20 +# Date created: 24 June 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= xwpick-2.20 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications + +MAINTAINER= andy@icc.surw.chel.su + +USE_IMAKE= yes +MAN1= xwpick.1 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/xwpick ${PREFIX}/bin + @ ${INSTALL_DATA} ${WRKSRC}/xwpick.man ${PREFIX}/man/man1/xwpick.1 +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/xwpick + @ ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/xwpick + @ ${INSTALL_DATA} ${WRKSRC}/CNL_ARTICLE.PS ${PREFIX}/share/doc/xwpick + @ ${INSTALL_DATA} ${WRKSRC}/0README ${PREFIX}/share/doc/xwpick/README +.endif + +.include <bsd.port.mk> diff --git a/graphics/xwpick/distinfo b/graphics/xwpick/distinfo new file mode 100644 index 0000000..b5b4bbd --- /dev/null +++ b/graphics/xwpick/distinfo @@ -0,0 +1 @@ +MD5 (xwpick-2.20.tar.gz) = 4964dcd4bcd92a71f5ce90af1753f896 diff --git a/graphics/xwpick/pkg-comment b/graphics/xwpick/pkg-comment new file mode 100644 index 0000000..db416da --- /dev/null +++ b/graphics/xwpick/pkg-comment @@ -0,0 +1 @@ +Image pick up utility for X Window System. diff --git a/graphics/xwpick/pkg-descr b/graphics/xwpick/pkg-descr new file mode 100644 index 0000000..daecaa3 --- /dev/null +++ b/graphics/xwpick/pkg-descr @@ -0,0 +1,3 @@ +Xwpick lets you pick an image from an arbitrary window or rectangular +area of an X Window (DEC Window) server and write it to a file in a +variety of formats. diff --git a/graphics/xwpick/pkg-plist b/graphics/xwpick/pkg-plist new file mode 100644 index 0000000..284f776 --- /dev/null +++ b/graphics/xwpick/pkg-plist @@ -0,0 +1,6 @@ +bin/xwpick +man/man1/xwpick.1.gz +share/doc/xwpick/CHANGELOG +share/doc/xwpick/CNL_ARTICLE.PS +share/doc/xwpick/README +@dirrm share/doc/xwpick |