Allow the port to fetch the distfile instead of requiring the user

to do so. It is okay to automatically fetch since the distfile is
under a multiple license and specifically gplv2.

PR:		96696 [1]
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com> [1],
		Lauri Watts <lauri@kde.org>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2006-05-06 13:35:08 +00:00
parent f12d3a0ccb
commit 9862452177
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161494

View File

@ -8,7 +8,7 @@
PORTNAME= picard
DISTVERSION= 0.6.0
CATEGORIES= audio python
MASTER_SITES= #https://helixcommunity.org/
MASTER_SITES= https://helixcommunity.org/download.php/1791/
MAINTAINER= lioux@FreeBSD.org
COMMENT= Next generation MusicBrainzTagger
@ -66,7 +66,7 @@ pre-everything::
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= Systems prior to FreeBSD 5.0 do not support Unicode
IGNORE= systems prior to FreeBSD 5.0 do not support Unicode
.endif
.if ${ARCH} != "i386"
@ -79,18 +79,4 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco
EXTRA_PATCHES+= ${FILESDIR}/extra-psyco-patch-tagger.py
.endif
## idea taken from ports/java/jdk14/Makefile written by
## Alexey Zelkin <phantom@FreeBSD.org>
#
# Check for sources
.if !exists(${DISTDIR}/${SOURCEFILE}) && !defined(PACKAGE_BUILDING)
ECHO_MSG=/usr/bin/printf
IGNORE= :\n\
Because of licensing restrictions, you must fetch the source distribution\n\
manually. Please access http://musicbrainz.org/wd/PicardDownload\n\
with a web browser and download the \"Linux tarball\" ${SOURCEFILE}\n\
just below \"Download Picard\" title.\n\
Please place this file in ${DISTDIR}.\n
.endif
.include <bsd.port.post.mk>