freebsd-ports/comms/kremotecontrol/Makefile

21 lines
467 B
Makefile
Raw Normal View History

1999-08-25 09:23:21 +02:00
# $FreeBSD$
PORTNAME= kremotecontrol
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= comms kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE frontend for your remote controls
RUN_DEPENDS= lircd:comms/lirc
USES= cmake:outsource kde:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT4= corelib script xmlpatterns \
qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
2004-11-08 01:34:12 +01:00
.include <bsd.port.mk>