openbsd-ports/devel/uisp/Makefile

27 lines
539 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:31 espie Exp $
COMMENT= AVR microcontroller hardware in-system programmer
DISTNAME= uisp-20050207
2010-11-15 14:45:56 -05:00
REVISION = 0
CATEGORIES= devel
2005-05-12 18:50:39 -04:00
HOMEPAGE= http://www.nongnu.org/uisp/
MAINTAINER= Martin Reindl <martin@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m stdc++
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=uisp/}
CONFIGURE_STYLE= gnu
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ENV= LIBS="-li386"
.endif
MAKE_FLAGS= CXX="${CXX} ${CXXFLAGS}"
.include <bsd.port.mk>