openbsd-ports/devel/uisp/Makefile

30 lines
620 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:09 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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>