597afc47ba
With hat: portmgr Sponsored by: Absolight
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dictfmt
|
|
PORTVERSION= 1.12.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION}
|
|
DISTNAME= dictd-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Formats a DICT protocol dictionary database
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libmaa.so:devel/libmaa
|
|
|
|
ALL_TARGET= dictfmt
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install.dictfmt
|
|
USES= gmake libtool:build localbase
|
|
|
|
.include <bsd.port.mk>
|