mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
29 lines
484 B
Makefile
29 lines
484 B
Makefile
COMMENT = ISP tool for LPC2000 and ADUC70xx microcontrollers
|
|
|
|
V = 1.97
|
|
DISTNAME = lpc21isp_${V:S/.//}
|
|
PKGNAME = lpc21isp-${V}
|
|
CATEGORIES = devel
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = https://sourceforge.net/projects/lpc21isp/
|
|
|
|
# LGPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = ${SITE_SOURCEFORGE:=lpc21isp/}
|
|
|
|
WANTLIB = c
|
|
|
|
USE_GMAKE = Yes
|
|
MAKE_FLAGS = CC=${CC}
|
|
|
|
NO_TEST = Yes
|
|
|
|
FIX_CRLF_FILES = lpc21isp.h
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/lpc21isp ${PREFIX}/bin/lpc21isp
|
|
|
|
.include <bsd.port.mk>
|