aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gplink/Makefile
blob: bdc81e30b35f55b995f969fffcdc1641257f0ca3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>