1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/analog/Makefile

55 lines
1.6 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: analog
1999-01-19 18:33:21 +00:00
# http://www.statslab.cam.ac.uk/~sret1/analog/
# Version required: 3.*
# Date created: October 21st 1996
# Whom: jfitz
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
#
1999-09-09 21:29:46 +00:00
DISTNAME= analog3.32
PKGNAME= analog-3.32
CATEGORIES= www
1997-05-02 23:16:58 +00:00
MASTER_SITES= http://www.statslab.cam.ac.uk/~sret1/analog/ \
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 18:18:26 +00:00
MAINTAINER= ache@freebsd.org
1999-01-13 04:00:10 +00:00
Y2K= http://www.statslab.cam.ac.uk/~sret1/analog/
1998-04-08 18:18:26 +00:00
MAKE_FLAGS= -DPREFIX=${PREFIX} -f
do-install:
1997-05-02 23:16:58 +00: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 19:51:25 +00:00
install -d -o nobody -g nogroup -m 755 \
${PREFIX}/www/data/images
1997-05-02 23:16:58 +00:00
cd ${WRKSRC}/images && \
1997-05-07 19:51:25 +00:00
${INSTALL_DATA} * ${PREFIX}/www/data/images
1997-05-02 23:16:58 +00:00
cd ${WRKSRC}/lang && \
${INSTALL_DATA} * ${PREFIX}/lib/analog/lang
cd ${WRKSRC} && \
${INSTALL_PROGRAM} analog ${PREFIX}/bin
cd ${WRKSRC} && \
1998-04-08 18:18:26 +00:00
for file in analog.cfg ; do \
if [ ! -f ${PREFIX}/etc/$$file ] ; then \
1998-04-08 18:18:26 +00:00
${INSTALL_DATA} -m 644 $$file ${PREFIX}/etc/$$file ; \
fi ; \
${INSTALL_DATA} -m 644 $$file ${PREFIX}/etc/$$file-dist ; \
1998-04-08 18:18:26 +00:00
done
1999-05-19 21:33:55 +00:00
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/docs && \
${INSTALL_DATA} * ${PREFIX}/share/doc/analog
.endif
.include <bsd.port.mk>