241b722760
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
49 lines
1.1 KiB
Makefile
49 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.4 2007/09/15 22:36:53 merdely Exp $
|
|
|
|
COMMENT-main= Dictionary Server Protocol client
|
|
COMMENT-server= Dictionary Server Protocol server
|
|
|
|
V= 1.9.15
|
|
DISTNAME= dictd-$V
|
|
|
|
PKGNAME-main= dictd-client-$Vp1
|
|
PKGNAME-server= dictd-server-$V
|
|
|
|
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>
|
|
|