1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/openag/Makefile
Mario Sergio Fujikawa Ferreira b29c0314c5 o New port openag version 1.1.1: An open source version of the
Audiogalaxy client
o Maintainership assigned to Janos Mohacsi <janos.mohacsi@bsd.hu>

PR:		37001, 37402
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>,
		Jon Wilson <jon@phuq.co.uk>
2002-06-09 22:19:59 +00:00

30 lines
617 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
CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= openags
DISTNAME= OpenAG-${PORTVERSION}
MAINTAINER= janos.mohacsi@bsd.hu
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}
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>