freebsd-ports/www/analog/Makefile

54 lines
1.5 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: analog
# Date created: October 21st 1996
# Whom: jfitz
#
1999-08-31 04:43:35 +02:00
# $FreeBSD$
#
PORTNAME= analog
PORTVERSION= 4.04
CATEGORIES= www
2000-03-23 10:35:43 +01:00
MASTER_SITES= http://www.analog.cx/ \
http://brendanr.simplenet.com/analog/ \
http://www.magma.ca/~brendanr/analog/ \
http://www.monash.edu.au/mirror/analog/ \
http://analog.gsp.com/ \
http://analog.technomancer.com/ \
ftp://ftp.netcasting.net/pub/packages/analog/ \
ftp://download.netvision.net.il/pub/mirrors/analog/ \
ftp://mabuse.phil.uni-passau.de/pub/mirrors/analog/
1998-04-08 20:18:26 +02:00
MAINTAINER= ache@freebsd.org
2000-03-23 10:35:43 +01:00
Y2K= http://www.analog.cx/
1999-01-13 05:00:10 +01:00
1998-04-08 20:18:26 +02:00
MAKE_FLAGS= -DPREFIX=${PREFIX} -f
1999-12-09 05:18:18 +01:00
ALL_TARGET= analog
do-install:
1997-05-03 01:16:58 +02:00
install -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 \
${PREFIX}/share/doc/analog
install -d -o ${BINOWN} -g ${BINGRP} -m 755 \
${PREFIX}/lib/analog/lang
1997-05-07 21:51:25 +02:00
install -d -o nobody -g nogroup -m 755 \
${PREFIX}/www/data/images
1997-05-03 01:16:58 +02:00
cd ${WRKSRC}/images && \
1997-05-07 21:51:25 +02:00
${INSTALL_DATA} * ${PREFIX}/www/data/images
1997-05-03 01:16:58 +02:00
cd ${WRKSRC}/lang && \
${INSTALL_DATA} * ${PREFIX}/lib/analog/lang
cd ${WRKSRC} && \
${INSTALL_PROGRAM} analog ${PREFIX}/bin
cd ${WRKSRC} && \
1998-04-08 20:18:26 +02:00
for file in analog.cfg ; do \
if [ ! -f ${PREFIX}/etc/$$file ] ; then \
1998-04-08 20:18:26 +02:00
${INSTALL_DATA} -m 644 $$file ${PREFIX}/etc/$$file ; \
fi ; \
${INSTALL_DATA} -m 644 $$file ${PREFIX}/etc/$$file-dist ; \
1998-04-08 20:18:26 +02:00
done
1999-05-19 23:33:55 +02:00
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/docs && \
${INSTALL_DATA} * ${PREFIX}/share/doc/analog
.endif
.include <bsd.port.mk>