1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/textproc/dictfmt/Makefile
Cheng-Lung Sung 2016209058 - Update to 1.11.0
PR:		ports/130155
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
2009-01-19 02:14:21 +00:00

37 lines
912 B
Makefile

# New ports collection makefile for: dictfmt
# Date created: 19 July 2002
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= dictfmt
PORTVERSION= 1.11.0
CATEGORIES= textproc
MASTER_SITES= SF
MASTER_SITE_SUBDIR= dict
DISTNAME= dictd-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Formats a DICT protocol dictionary database
LIB_DEPENDS= maa.1:${PORTSDIR}/devel/libmaa
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-cflags="${CFLAGS}"
ALL_TARGET= dictfmt
INSTALL_TARGET= install.dictfmt
USE_AUTOTOOLS= libtool:15
MAN1= dictfmt.1 dictfmt_index2suffix.1 dictfmt_index2word.1 \
dictunformat.1
PLIST_FILES= bin/dictfmt bin/dictfmt_index2suffix bin/dictfmt_index2word \
bin/dictunformat
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>