blob: ebacc06191d79ac960da065cc74f01f311f099bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $FreeBSD$
PORTNAME= libmediawiki
PORTVERSION= 4.12.0
PORTREVISION= 3
CATEGORIES= net kde
PKGNAMESUFFIX= -kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE4 library for accessing MediaWiki sites
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
PORTSCOUT= limit:^4\.12\.
USES= pathfix
USE_LDCONFIG= yes
.include "${.CURDIR:H:H}/graphics/digikam-kde4/Makefile.common"
# Replace some values set up by Makefile.common
DIGIKAM_VER= ${PORTVERSION}
DISTINFO_FILE= ${.CURDIR}/distinfo
.include <bsd.port.mk>
|