090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
555 B
Makefile
28 lines
555 B
Makefile
# New ports collection makefile for: piklab
|
|
# Date created: 2007-11-19
|
|
# Whom: Michael Nottebrock <lofi@kiste>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= piklab
|
|
PORTVERSION= 0.15.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=piklab
|
|
|
|
MAINTAINER= bms@FreeBSD.org
|
|
COMMENT= KDE IDE for microcontroller development
|
|
|
|
LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
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.mk>
|