2005-07-20 15:57:44 +02:00
|
|
|
# Ports collection makefile for: gem-actionpack
|
|
|
|
# Date created: 27 May 2005
|
2005-07-21 01:34:35 +02:00
|
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
2005-07-20 15:57:44 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= actionpack
|
2007-12-04 00:26:38 +01:00
|
|
|
PORTVERSION= 1.13.6
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= www rubygems
|
2006-08-08 13:35:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2005-07-20 15:57:44 +02:00
|
|
|
|
2005-07-21 01:34:35 +02:00
|
|
|
MAINTAINER= jw@innerewut.de
|
2005-07-20 15:57:44 +02:00
|
|
|
COMMENT= Action Controller and Action View of Rails MVC Framework
|
|
|
|
|
2007-12-04 00:26:38 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-1.4.4.gemspec:${PORTSDIR}/devel/rubygem-activesupport
|
2005-07-20 15:57:44 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2006-08-23 04:30:45 +02:00
|
|
|
# This target is only meant to be used by the port maintainer.
|
|
|
|
x-generate-plist:
|
|
|
|
(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \
|
|
|
|
| ${SED} -E \
|
|
|
|
's,.*share/nls/.+$$,,g \
|
|
|
|
;s,^${GEM_CACHE}$$,%%GEM_CACHE%%,g \
|
|
|
|
;s,${GEM_DOC_DIR}(/.+)?$$,%%GEM_DOC_DIR%%\1,g \
|
|
|
|
;s,${GEM_LIB_DIR}(/.+)?$$,%%GEM_LIB_DIR%%\1,g \
|
|
|
|
;s,^${GEM_SPEC}$$,%%GEM_SPEC%%,g \
|
|
|
|
;s,^${GEMS_BASE_DIR}/(.+)$$,\1,g \
|
|
|
|
;s,^@dirrm (${SPEC_DIR}|${GEMS_DIR}|lib/ruby).*$$,,g \
|
|
|
|
' | ${TR} -s '\n') > temp-pkg-plist
|
|
|
|
|
2005-07-20 15:57:44 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|