mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add gplink, a tool for manipulating files and directories in the GP32 game
console. PR: ports/74749 Submitted by: Jose Rodriguez <king@v2project.com>
This commit is contained in:
parent
b0e528882a
commit
45fabb740b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123792
4 changed files with 33 additions and 0 deletions
|
@ -124,6 +124,7 @@
|
||||||
SUBDIR += gone
|
SUBDIR += gone
|
||||||
SUBDIR += gonvert
|
SUBDIR += gonvert
|
||||||
SUBDIR += gplbp
|
SUBDIR += gplbp
|
||||||
|
SUBDIR += gplink
|
||||||
SUBDIR += gpt
|
SUBDIR += gpt
|
||||||
SUBDIR += gpt31
|
SUBDIR += gpt31
|
||||||
SUBDIR += granulate
|
SUBDIR += granulate
|
||||||
|
|
26
misc/gplink/Makefile
Normal file
26
misc/gplink/Makefile
Normal file
|
@ -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>
|
2
misc/gplink/distinfo
Normal file
2
misc/gplink/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (gplink-1.5.tar.gz) = 2a7d87a68a9541fc03038b43d80ee0c3
|
||||||
|
SIZE (gplink-1.5.tar.gz) = 256794
|
4
misc/gplink/pkg-descr
Normal file
4
misc/gplink/pkg-descr
Normal file
|
@ -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/
|
Loading…
Add table
Reference in a new issue