mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
6a08d6b0e4
- Change MASTER_SITES from SF to GitHub - Update LICENSE - Use PLIST - Update WWW - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS
25 lines
520 B
Makefile
25 lines
520 B
Makefile
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dictfmt
|
|
PORTVERSION= 1.12.1
|
|
PORTREVISION= 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>
|