summaryrefslogtreecommitdiffstats
path: root/audio/openag/Makefile
blob: d0057afa18918bd030d646ac3296f73abe1d5d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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
COMMENT=	An open source version of the Audiogalaxy client

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>
OpenPOWER on IntegriCloud