freebsd-ports/audio/openag/Makefile
Tilman Keskinoz 6f41d4ee49 Unbreak build by using fetch instead of wget,
Mark broken,  because Audiogalaxy is dead

PR:             45017, 42593
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer), Oliver Lehman
n <lehmann@ans-netz.de>
2002-11-07 09:55:06 +00:00

35 lines
742 B
Makefile

# New ports collection makefile for: openag
# Date created: 09 April 2002
# Whom: janos.mohacsi@bsd.hu and jon@phuq.co.uk
#
# $FreeBSD$
PORTNAME= openag
PORTVERSION= 1.1.1
PORTREVISION=1
CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= openags
DISTNAME= OpenAG-${PORTVERSION}
MAINTAINER= janos.mohacsi@bsd.hu
BROKEN= The AudioGalaxy Search Server shutdown in June 2002
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}
CONFIGURE_ENV= WGET="fetch" \
WGET_FLAGS="-o"
DOC_FILES= AUTHORS COPYING ChangeLog INSTALL README
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>