freebsd-ports/textproc/dictfmt/Makefile
Ade Lovett b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00

34 lines
910 B
Makefile

# New ports collection makefile for: dictfmt
# Date created: 19 July 2002
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= dictfmt
PORTVERSION= 1.9.9
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dict
DISTNAME= dictd-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Formats a DICT protocol dictionary database
LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl
USE_GMAKE= yes
USE_AUTOCONF_VER= 253
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
ALL_TARGET= dictfmt
INSTALL_TARGET= install.dictfmt
MAN1= dictfmt.1 dictfmt_index2suffix.1 dictfmt_index2word.1 \
dictunformat.1
.include <bsd.port.mk>