aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/dictfmt/Makefile
blob: 4f3b885a155453653bc2b0562dcffdd78ddad2d4 (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
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>

PORTNAME=   dictfmt
PORTVERSION=    1.13.0
CATEGORIES= textproc
MASTER_SITES=   SF/dict/dictd/dictd-${PORTVERSION}
DISTNAME=   dictd-${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Format a DICT protocol dictionary database

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libmaa.so:devel/libmaa

USES=       gmake libtool:build localbase

ALL_TARGET= dictfmt
GNU_CONFIGURE=  yes
INSTALL_TARGET= install.dictfmt

.include <bsd.port.mk>