openbsd-ports/net/dictd/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

50 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:38 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= 1
CATEGORIES= net education
HOMEPAGE= http://www.dict.org
MAINTAINER= Deanna Phillips <deanna@sdf.lonestar.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
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>