openbsd-ports/net/dictd/Makefile

50 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.8 2012/10/15 15:18:32 sthen 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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_REGRESS= 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>