freebsd-ports/textproc/dictfmt/Makefile
Yoichi NAKAYAMA 2cfec91999 Add dictfmt, a dictionary formatter for dictd.
PR:		40755
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-07-19 14:27:20 +00:00

30 lines
723 B
Makefile

# New ports collection makefile for: dictfmt
# Date created: 19 July 2002
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#
PORTNAME= dictfmt
PORTVERSION= 1.6.1
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.dict.org/pub/dict/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= fuyuki@hadaly.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
NO_WRKSUBDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
USE_GMAKE= yes
MAN1= dictfmt.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dictfmt ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dictfmt.1 ${PREFIX}/man/man1
.include <bsd.port.mk>