Martin Wilke 3c0938a968 - Update to 0.2.5
PR:		126405
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2008-08-10 21:59:42 +00:00

29 lines
1.0 KiB
Makefile

# Ports collection makefile for: rubygem-rutils
# Date created: 04 January 2007
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= rutils
PORTVERSION= 0.2.5
CATEGORIES= russian devel rubygems
MASTER_SITES= RF
MAINTAINER= ports@logvinov.com
COMMENT= Simple processing of russian strings
USE_RUBY= yes
USE_RUBYGEMS= yes
post-install:
@${ECHO} bin/gilensize > ${TMPPLIST}
@${ECHO} bin/rutilize >> ${TMPPLIST}
@${ECHO} ${GEM_CACHE} >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
@${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
.include <bsd.port.mk>