freebsd-ports/german/vtiger/Makefile
Ryan Steinmetz caeaebda9f - Reset maintainer due to fatal email bounces
Reported by:	portscout
2014-01-16 13:05:20 +00:00

36 lines
857 B
Makefile

# Created by: Aron Schlesinger <as@bsdgroup.de>
# $FreeBSD$
PORTNAME= vtiger
DISTVERSION= 5.0.3-ga-release-fix-1
PORTREVISION= 2
CATEGORIES= german www
MASTER_SITES= http://forge.vtiger.com/frs/download.php/322/ \
http://people.bsdgroup.de/~as/freebsd/distfiles/vtiger/
DISTNAME= de_de.lang
MAINTAINER= ports@FreeBSD.org
COMMENT= German messages for vtiger
WRKSRC= ${WRKDIR}/German_de_de
WWWDIR?= ${PREFIX}/www/${PORTNAME}
RUN_DEPENDS+= ${WWWDIR}/include/language:${PORTSDIR}/www/vtiger
NO_BUILD= YES
USE_ZIP= YES
SUB_FILES= pkg-message
NO_STAGE= yes
do-install:
@${FIND} ${WRKSRC} -type f -exec ${SH} -c '${INSTALL_DATA} -v {} \
$$(${ECHO} {} | ${SED} -e "s,^${WRKSRC},${WWWDIR},")' \;
post-install:
@${CAT} ${PKGMESSAGE}
create-plist:
@${FIND} -s ${WRKSRC} -type f | ${SED} -e 's,^${WRKSRC},%%WWWDIR%%,' > ${PLIST}
.include <bsd.port.mk>