diff options
author | pav <pav@FreeBSD.org> | 2004-12-12 07:51:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-12 07:51:12 +0800 |
commit | bc0a54ba20440f6f0aad63294b2d40012b8a6f79 (patch) | |
tree | 6c694372e3225644327f69c73ccfdc82bf28951e /misc/gplink | |
parent | a0ee2e05070e75cd2cc930f48b669f938115f242 (diff) | |
download | freebsd-ports-gnome-bc0a54ba20440f6f0aad63294b2d40012b8a6f79.tar.gz freebsd-ports-gnome-bc0a54ba20440f6f0aad63294b2d40012b8a6f79.tar.zst freebsd-ports-gnome-bc0a54ba20440f6f0aad63294b2d40012b8a6f79.zip |
Add gplink, a tool for manipulating files and directories in the GP32 game
console.
PR: ports/74749
Submitted by: Jose Rodriguez <king@v2project.com>
Diffstat (limited to 'misc/gplink')
-rw-r--r-- | misc/gplink/Makefile | 26 | ||||
-rw-r--r-- | misc/gplink/distinfo | 2 | ||||
-rw-r--r-- | misc/gplink/pkg-descr | 4 |
3 files changed, 32 insertions, 0 deletions
diff --git a/misc/gplink/Makefile b/misc/gplink/Makefile new file mode 100644 index 000000000000..bdc81e30b35f --- /dev/null +++ b/misc/gplink/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: gplink +# Date created: Sun Dec 5 23:17:44 CET 2004 +# Whom: king@v2project.com +# +# $FreeBSD$ +# + +PORTNAME= gplink +PORTVERSION= 1.5 +CATEGORIES= misc +MASTER_SITES= http://dexy.mine.nu/gp32/gplink/ + +MAINTAINER= king@v2project.com +COMMENT= A GP32 USB linker tool + +LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb + +USE_GMAKE= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/src + +PLIST_FILES= bin/gplink + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gplink ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/misc/gplink/distinfo b/misc/gplink/distinfo new file mode 100644 index 000000000000..51363d7ad8fb --- /dev/null +++ b/misc/gplink/distinfo @@ -0,0 +1,2 @@ +MD5 (gplink-1.5.tar.gz) = 2a7d87a68a9541fc03038b43d80ee0c3 +SIZE (gplink-1.5.tar.gz) = 256794 diff --git a/misc/gplink/pkg-descr b/misc/gplink/pkg-descr new file mode 100644 index 000000000000..9202aec7eef8 --- /dev/null +++ b/misc/gplink/pkg-descr @@ -0,0 +1,4 @@ +gplink is a gp32 linking tool with support for upload, download delete files +create and remove directories, run files, etc in the smc card on the GP32. + +WWW: http://dexy.mine.nu/gp32/gplink/ |