freebsd-ports/textproc/dictfmt/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

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>