diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-22 19:03:17 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-22 19:03:17 +0000 |
commit | a4a7daf069cba3ae4b90d832aa9df7624b4626a3 (patch) | |
tree | 3aad51132f546ad79059b32784badc3f6a42c8ff /games/kolf/Makefile | |
parent | 7ff2d6435675b95623ce40a15abfc2c3f3ef4a74 (diff) | |
download | ports-a4a7daf069cba3ae4b90d832aa9df7624b4626a3.tar.gz ports-a4a7daf069cba3ae4b90d832aa9df7624b4626a3.zip |
Notes
Diffstat (limited to 'games/kolf/Makefile')
-rw-r--r-- | games/kolf/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/games/kolf/Makefile b/games/kolf/Makefile deleted file mode 100644 index e44284a58fa6..000000000000 --- a/games/kolf/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kolf -PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 -CATEGORIES= games kde kde-kde4 - -MAINTAINER= kde@FreeBSD.org -COMMENT= ${${PORTNAME}_DESC} - -USES= cmake:outsource kde:4 tar:xz -USE_KDE= kdelibs libkdegames automoc4 -USE_QT4= moc_build qmake_build rcc_build uic_build -USE_LDCONFIG= yes - -.include <${.CURDIR}/../kdegames-kde4/Makefile.common> -.include <bsd.port.mk> |