import dragon-drop-1.2.0
dragon is a lightweight drag-and-drop source for X. port from Thim Cederlund, who is also taking maintainership of the port, thanks! ok sthen@
This commit is contained in:
parent
29af7f7fbc
commit
d96ddec2a4
27
x11/dragon-drop/Makefile
Normal file
27
x11/dragon-drop/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
COMMENT = drag and drop source/target for X
|
||||
|
||||
V = 1.2.0
|
||||
PKGNAME = dragon-drop-${V}
|
||||
|
||||
GH_ACCOUNT = mwh
|
||||
GH_PROJECT = dragon
|
||||
GH_TAGNAME = v${V}
|
||||
|
||||
CATEGORIES = x11
|
||||
|
||||
MAINTAINER = Thim Cederlund <thim@cederlund.de>
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gtk-3 harfbuzz intl pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pthread
|
||||
|
||||
LIB_DEPENDS = x11/gtk+3
|
||||
|
||||
FAKE_FLAGS = MANPREFIX="${TRUEPREFIX}/man" \
|
||||
NAME=dragon-drop \
|
||||
PREFIX="${TRUEPREFIX}"
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/dragon-drop/distinfo
Normal file
2
x11/dragon-drop/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (dragon-1.2.0.tar.gz) = m9oo6W1xXHWcih23VL395efYNnHhPNJaiS9rXik1eZQ=
|
||||
SIZE (dragon-1.2.0.tar.gz) = 18735
|
5
x11/dragon-drop/pkg/DESCR
Normal file
5
x11/dragon-drop/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
dragon is a lightweight drag-and-drop source for X where you can run:
|
||||
|
||||
dragon file.tar.gz
|
||||
|
||||
to get a window with just that file in it, ready to be dragged where you need.
|
2
x11/dragon-drop/pkg/PLIST
Normal file
2
x11/dragon-drop/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@bin bin/dragon-drop
|
||||
@man man/man1/dragon-drop.1
|
Loading…
x
Reference in New Issue
Block a user