freebsd-ports/misc/gplink/Makefile
Pav Lucistnik 45fabb740b Add gplink, a tool for manipulating files and directories in the GP32 game
console.

PR:		ports/74749
Submitted by:	Jose Rodriguez <king@v2project.com>
2004-12-11 23:51:12 +00:00

26 lines
515 B
Makefile

# 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>