d7e5c51a40
- *COMPLETE* rewrite of GNUpod (cleaner code, faster, less memory needed) - Real support of Unicode - Remove XML::Simple depency in favor of XML::Parser - Support of SmartPlaylists (beta) - Many bugs fixed and many new features PR: 59053 Submitted By: MAINTAINER
43 lines
1.2 KiB
Makefile
43 lines
1.2 KiB
Makefile
# New ports collection makefile for: gnupod
|
|
# Date created: 30 November 2002
|
|
# Whom: David Le Brun <david@dyn-ns.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnupod
|
|
PORTVERSION= 0.92
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= http://blinkenlights.ch/gnupod-dist/stable/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= david@dyn-ns.net
|
|
COMMENT= Set of Perl scripts for using an Apple iPod
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
|
|
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
|
|
${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed
|
|
|
|
INFO= gnupod
|
|
|
|
USE_PERL5= yes
|
|
HAS_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
CONFIGURE_ENV= ac_cv_path_PERL=${PERL}
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/gnutunesdb.example ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/gnupod.html ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/gnupod.texi ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/fdl.texi ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/version.texi ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/ipod.svg ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|