sthen 9356d2ac79 remove some extraneous DISTNAME setting from GH_TAGNAME ports,
move GH_* up in a few cases where it's halfway through the Makefile
2020-02-14 11:11:32 +00:00

29 lines
573 B
Makefile

# $OpenBSD: Makefile,v 1.24 2020/02/14 11:11:33 sthen Exp $
COMMENT= debugger for use with MSP 430 MCUs
GH_ACCOUNT= dlbeer
GH_PROJECT= mspdebug
GH_TAGNAME= v0.23
REVISION= 1
CATEGORIES= devel
HOMEPAGE= https://dlbeer.co.nz/mspdebug/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += c curses pthread readline usb
LIB_DEPENDS= devel/libusb-compat
USE_GMAKE= Yes
MAKE_FLAGS= CC="${CC}" GCC_CFLAGS="" LDFLAGS=""
FAKE_FLAGS= PREFIX=${PREFIX} MANDIR=${PREFIX}/man/man1/
NO_TEST= Yes
.include <bsd.port.mk>