forked from Lainports/freebsd-ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
18 lines
456 B
Makefile
18 lines
456 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kshutdown
|
|
DISTVERSION= 3.2
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= SF/${PORTNAME}/KShutdown/${DISTVERSION}/
|
|
DISTNAME= ${PORTNAME}-source-${DISTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Advanced shutdown utility for KDE
|
|
|
|
USES= alias cmake:outsource compiler:c++0x zip
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build
|
|
USE_KDE4= automoc4 kdeprefix workspace
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
|
|
|
.include <bsd.port.mk>
|