2002-07-19 16:27:20 +02:00
|
|
|
# New ports collection makefile for: dictfmt
|
|
|
|
# Date created: 19 July 2002
|
|
|
|
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dictfmt
|
2007-01-02 07:33:28 +01:00
|
|
|
PORTVERSION= 1.10.8
|
2002-07-19 16:27:20 +02:00
|
|
|
CATEGORIES= textproc
|
2003-03-31 01:05:41 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= dict
|
|
|
|
DISTNAME= dictd-${PORTVERSION}
|
2002-07-19 16:27:20 +02:00
|
|
|
|
2006-07-09 16:35:14 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Formats a DICT protocol dictionary database
|
2002-07-19 16:27:20 +02:00
|
|
|
|
2004-03-10 15:29:23 +01:00
|
|
|
USE_GETOPT_LONG= yes
|
2002-07-19 16:27:20 +02:00
|
|
|
USE_GMAKE= yes
|
2004-03-10 15:29:23 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-03-10 15:29:23 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2007-01-02 07:33:28 +01:00
|
|
|
CONFIGURE_ARGS= --with-cflags="${CFLAGS}" --mandir="${MANPREFIX}/man"
|
2003-03-31 01:05:41 +02:00
|
|
|
ALL_TARGET= dictfmt
|
|
|
|
INSTALL_TARGET= install.dictfmt
|
2007-01-02 07:33:28 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2002-07-19 16:27:20 +02:00
|
|
|
|
2003-03-31 01:05:41 +02:00
|
|
|
MAN1= dictfmt.1 dictfmt_index2suffix.1 dictfmt_index2word.1 \
|
|
|
|
dictunformat.1
|
2004-03-10 15:29:23 +01:00
|
|
|
PLIST_FILES= bin/dictfmt bin/dictfmt_index2suffix bin/dictfmt_index2word \
|
2005-12-17 17:54:28 +01:00
|
|
|
bin/dictunformat
|
2004-03-10 15:29:23 +01:00
|
|
|
|
2005-12-17 17:54:28 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2002-07-19 16:27:20 +02:00
|
|
|
|
2005-01-28 13:25:44 +01:00
|
|
|
.include <bsd.port.mk>
|