openbsd-ports/net/dictd/Makefile
2013-03-11 11:35:43 +00:00

47 lines
999 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/11 11:35:46 espie Exp $
COMMENT-main= Dictionary Server Protocol client
COMMENT-server= Dictionary Server Protocol server
V= 1.9.15
DISTNAME= dictd-$V
PKGNAME-main= dictd-client-$V
PKGNAME-server= dictd-server-$V
REVISION-main= 2
REVISION-server=0
CATEGORIES= net education
HOMEPAGE= http://www.dict.org
# GPL v2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c z
MASTER_SITES= ftp://ftp.us0.dict.org/pub/dict/ \
ftp://ftp.at0.dict.org/pub/dict/
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --without-local-zlib \
--enable-dictorg
MULTI_PACKAGES= -main -server
NO_TEST= Yes
pre-build:
@perl -pi -e "s,/etc,${SYSCONFDIR},g" ${WRKSRC}/*.[18]
@perl -pi -e "s,/usr/sbin,${LOCALBASE}/sbin,g" ${WRKSRC}/*.[18]
@perl -pi -e "s,/usr/share,${LOCALBASE}/share,g" ${WRKSRC}/*.[18]
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dictd/
${INSTALL_DATA} ${WRKSRC}/example* \
${PREFIX}/share/examples/dictd
.include <bsd.port.mk>