openbsd-ports/devel/uisp/Makefile
martin 3c0c796159 enable flashing via the parallel port on i386; bump PKGNAME
from Claus Kestel with help from sturm@
2008-10-12 08:29:39 +00:00

29 lines
625 B
Makefile

# $OpenBSD: Makefile,v 1.4 2008/10/12 08:29:39 martin Exp $
COMMENT= AVR microcontroller hardware in-system programmer
DISTNAME= uisp-20050207
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
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++
MASTER_SITES= http://savannah.nongnu.org/download/uisp/
CONFIGURE_STYLE= gnu
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ENV= LIBS="-li386"
.endif
MAKE_FLAGS= CXX="${CXX} ${CXXFLAGS}"
.include <bsd.port.mk>