mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
b06529fd9d
WWW: http://www.vtiger-deutschland.de/ Submitted by: Aron Schlesinger <as at bsdgroup.de>
39 lines
932 B
Makefile
39 lines
932 B
Makefile
# New ports collection makefile for: german/vtiger
|
|
# Date created: 22 September 2007
|
|
# Whom: Aron Schlesinger <as@bsdgroup.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vtiger
|
|
DISTVERSION= 5.0.3-ga-release-fix-1
|
|
CATEGORIES= german www
|
|
MASTER_SITES= http://forge.vtiger.com/frs/download.php/322/ \
|
|
http://people.bsdgroup.de/~as/freebsd/distfiles/vtiger/
|
|
PKGNAMEPREFIX= de-
|
|
DISTNAME= de_de.lang
|
|
|
|
MAINTAINER= as@bsdgroup.de
|
|
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
|
|
|
|
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>
|