blob: 3f6dbbe09e0cf0e4340ffad9fc4a61eb9b9e26c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# New ports collection makefile for: piklab
# Date created: 2007-11-19
# Whom: Michael Nottebrock <lofi@kiste>
#
# $FreeBSD$
#
PORTNAME= piklab
PORTVERSION= 0.15.2
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=piklab
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE IDE for microcontroller development
USE_AUTOTOOLS= libtool:22
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GETTEXT= yes
MAN1= piklab-hex.1 piklab-prog.1 piklab.1x
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb
. else
CONFIGURE_ENV+= LIBUSB_LIBS="-lusb"
.endif
.include <bsd.port.post.mk>
|