mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8405b6357b
Patch removed was incorporated upstream. Changes: https://raw.githubusercontent.com/Dushistov/sdcv/master/NEWS PR: 222267 Submitted by: Anton Yuzhaninov (maintainer)
39 lines
722 B
Makefile
39 lines
722 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdcv
|
|
PORTVERSION= 0.5.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= citrin@citrin.ru
|
|
COMMENT= Text-based utility for work with dictionaries in StarDict's format #'
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:outsource pkgconfig readline
|
|
USE_GNOME= glib20
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Dushistov
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CMAKE_OFF= -DENABLE_NLS:BOOL=OFF
|
|
|
|
post-patch:
|
|
.for i in doc/sdcv.1 src/sdcv.cpp
|
|
@${REINPLACE_CMD} -e \
|
|
's|/usr/share|${PREFIX}/share|' ${WRKSRC}/${i}
|
|
.endfor
|
|
|
|
post-build-NLS-on:
|
|
cd ${BUILD_WRKSRC} && ${MAKE_CMD} lang
|
|
|
|
.include <bsd.port.mk>
|