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-30 22:43:35 -04:00
# $FreeBSD$
#
PORTNAME= analog
PORTVERSION= 4.04
CATEGORIES= www
2000-03-23 04:35:43 -05: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 14:18:26 -04:00
MAINTAINER= ache@freebsd.org
2000-03-23 04:35:43 -05:00
Y2K= http://www.analog.cx/
1999-01-12 23:00:10 -05:00
1998-04-08 14:18:26 -04:00
MAKE_FLAGS= -DPREFIX=${PREFIX} -f
1999-12-08 23:18:18 -05:00
ALL_TARGET= analog
do-install:
1997-05-02 19:16:58 -04: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 15:51:25 -04:00
install -d -o nobody -g nogroup -m 755 \
${PREFIX}/www/data/images
1997-05-02 19:16:58 -04:00
cd ${WRKSRC}/images && \
1997-05-07 15:51:25 -04:00
${INSTALL_DATA} * ${PREFIX}/www/data/images
1997-05-02 19:16:58 -04:00
cd ${WRKSRC}/lang && \
${INSTALL_DATA} * ${PREFIX}/lib/analog/lang
cd ${WRKSRC} && \
${INSTALL_PROGRAM} analog ${PREFIX}/bin
cd ${WRKSRC} && \
1998-04-08 14:18:26 -04:00
for file in analog.cfg ; do \
if [ ! -f ${PREFIX}/etc/$$file ] ; then \
1998-04-08 14:18:26 -04:00
${INSTALL_DATA} -m 644 $$file ${PREFIX}/etc/$$file ; \
fi ; \
${INSTALL_DATA} -m 644 $$file ${PREFIX}/etc/$$file-dist ; \
1998-04-08 14:18:26 -04:00
done
1999-05-19 17:33:55 -04:00
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/docs && \
${INSTALL_DATA} * ${PREFIX}/share/doc/analog
.endif
.include <bsd.port.mk>