freebsd-ports/textproc/romdict/Makefile
Ion-Mihai Tetcu bbd82778ca - take back maintainership
- deprecate (No new release in years)
- set for removal in 6 months

Feature safe:	yes
2012-12-07 21:08:56 +00:00

35 lines
888 B
Makefile

# New ports collection makefile for: romdict
# Date created: 2005-12-18
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
#
# $FreeBSD$
# $Tecnik: ports/textproc/romdict/Makefile,v 1.3 2006/05/01 20:10:08 itetcu Exp $
PORTNAME= romdict
PORTVERSION= 0.5
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/Eng-Rom/${PORTVERSION}
DISTFILES= eng-rom-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= itetcu@FreeBSD.org
COMMENT= Dictd database for Eng-Ro dictionary
RUN_DEPENDS= ${LOCALBASE}/sbin/dictd:${PORTSDIR}/net/dictd
DEPRECATED= Upstream the project seems dead for years
EXPIRATION_DATE= 2013-06-30
NO_BUILD= yes
NO_WRKSUBDIR= yes
SUB_FILES= pkg-message
do-install:
${MKDIR} ${PREFIX}/lib/dictd
${INSTALL_DATA} ${WRKSRC}/eng-rom.dict.dz ${PREFIX}/lib/dictd/
${INSTALL_DATA} ${WRKSRC}/eng-rom.index ${PREFIX}/lib/dictd/
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>