mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
32 lines
759 B
Makefile
32 lines
759 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= clsung@FreeBSD.org
|
|
COMMENT= Formats a DICT protocol dictionary database
|
|
|
|
LIB_DEPENDS= maa.3:${PORTSDIR}/devel/libmaa
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-cflags="${CFLAGS}"
|
|
ALL_TARGET= dictfmt
|
|
INSTALL_TARGET= install.dictfmt
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|