freebsd-ports/textproc/dict/Makefile

32 lines
805 B
Makefile
Raw Normal View History

# Created by: Josh Gilliam <josh@quick.net>
1999-08-31 04:11:56 +02:00
# $FreeBSD$
PORTNAME= dict
2013-06-28 05:08:29 +02:00
PORTVERSION= 1.12.1
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-${PORTVERSION}
DISTNAME= ${PORTNAME}d-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Dictionary Server Protocol (RFC2229) client
1999-10-27 11:03:55 +02:00
LICENSE= GPLv2
LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa
ALL_TARGET= dict
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install.dict
LIBS+= -L${LOCALBASE}/lib
USES= bison gmake libtool:build
2001-08-21 03:07:07 +02:00
post-patch:
@${REINPLACE_CMD} -e 's|^ mkdir| mkdir|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1.in
post-install:
${INSTALL_DATA} ${FILESDIR}/dict.conf ${STAGEDIR}${PREFIX}/etc/dict.conf.sample
.include <bsd.port.mk>