d79516d73b
PR: ports/104180 Submitted by: Josh Paetzel <josh@tcbug.org>
27 lines
510 B
Makefile
27 lines
510 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://gp2x.org/gp32/gplink/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A GP32 USB linker tool
|
|
|
|
LIB_DEPENDS= usb-0.1.8:${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>
|