blob: 2720f4005c0db1c2e310156ece5099f14c6a8e5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= khangman
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 3
CATEGORIES= games kde kde-kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= Hangman game for KDE 4
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
USES= cmake:outsource kde:4 qt:4 tar:xz
USE_KDE= kdelibs libkeduvocdocument automoc4
USE_QT= corelib declarative gui opengl script xml \
moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
.include <bsd.port.mk>
|