If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
32 lines
586 B
Makefile
32 lines
586 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/07/17 14:49:21 danj Exp $
|
|
|
|
COMMENT = ISP tool for LPC2000 and ADUC70xx microcontrollers
|
|
|
|
V = 1.97
|
|
DISTNAME = lpc21isp_${V:S/.//}
|
|
PKGNAME = lpc21isp-${V}
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = http://sourceforge.net/projects/lpc21isp/
|
|
|
|
# LGPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=lpc21isp/}
|
|
|
|
WANTLIB = c
|
|
|
|
USE_GMAKE = Yes
|
|
MAKE_FLAGS = CC=${CC}
|
|
|
|
NO_TEST = Yes
|
|
|
|
post-extract:
|
|
perl -pi -e 's/\r$$//' ${WRKSRC}/lpc21isp.h
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/lpc21isp ${PREFIX}/bin/lpc21isp
|
|
|
|
.include <bsd.port.mk>
|