diff options
Diffstat (limited to 'x11-clocks/amor/Makefile')
-rw-r--r-- | x11-clocks/amor/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-clocks/amor/Makefile b/x11-clocks/amor/Makefile new file mode 100644 index 000000000000..0cac86548d4f --- /dev/null +++ b/x11-clocks/amor/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= amor +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= x11-clocks kde +MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +DIST_SUBDIR= KDE/${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Small animation which sits on top of active window + +USE_XZ= yes +USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USES= cmake:outsource +USE_QT4= moc_build qmake_build rcc_build uic_build + +.include <bsd.port.mk> |