summaryrefslogtreecommitdiff
path: root/devel/uisp/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-11 02:11:17 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-11 02:11:17 +0000
commit591d1fab89f91e021528d6ef67ce3a3c9f1f7007 (patch)
treec8c9932f43665ada8062af9f4d976b26ecb5a179 /devel/uisp/Makefile
parentFix and sort plist (diff)
Add uisp 1.0b, a versatile programmer for atmel AVR microcontrollers.
PR: 25145 Submitted by: Bruno Schwander <bruno@tinkerbox.org>
Notes
Notes: svn path=/head/; revision=39517
Diffstat (limited to 'devel/uisp/Makefile')
-rw-r--r--devel/uisp/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/uisp/Makefile b/devel/uisp/Makefile
new file mode 100644
index 000000000000..9121c4efefe2
--- /dev/null
+++ b/devel/uisp/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: uisp
+# Date created: 17 Feb 2001
+# Whom: Bruno Schwander<bruno@tinkerbox.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= uisp
+PORTVERSION= 1.0b
+PORTREVISION= 1
+CATEGORIES= devel
+MASTER_SITES= http://medo.fov.uni-mb.si/mapp/uTools/
+EXTRACT_SUFX= .src.tar.gz
+
+MAINTAINER= ports@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
+
+USE_GMAKE= yes
+
+post-patch:
+ ${PERL} -pi -e "s@-O3@${CFLAGS}@g; \
+ s@g\+\+@${CXX}@g" ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>