mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
1e244848c8
- Small fix changing http to https PR: 211637 Submitted by: Ultima1252@gmail.com (maintainer)
29 lines
641 B
Makefile
29 lines
641 B
Makefile
# Created by: Ultima <ultima1252@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= puush
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= ultima1252@gmail.com
|
|
COMMENT= Screen capture and Puush image-bin client
|
|
|
|
RUN_DEPENDS= gnome-screenshot:deskutils/gnome-screenshot \
|
|
curl:ftp/curl \
|
|
zenity:x11/zenity \
|
|
xclip:x11/xclip
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ultima1252
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= sbin/puush \
|
|
share/icons/puush.png
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/puush ${STAGEDIR}${PREFIX}/sbin/puush
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
|
|
${CP} -R ${WRKSRC}/icon.png ${STAGEDIR}${PREFIX}/share/icons/puush.png
|
|
|
|
.include <bsd.port.mk>
|