1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/misc/gcstar/Makefile
Rong-En Fan 6e9a12de85 - Update to 1.4.0
PR:		ports/124526
Submitted by:	Dominique Goncalves <dominique.goncalves at gmail.com> (maintainer)
2008-06-15 06:05:16 +00:00

45 lines
1.6 KiB
Makefile

# New ports collection makefile for: gcstar
# Date created: 2007-12-22
# Whom: Dominique Goncalves <dominique.goncalves@gmail.com>
#
# $FreeBSD$
PORTNAME= gcstar
PORTVERSION= 1.4.0
CATEGORIES= misc
MASTER_SITES= http://download.gna.org/gcstar/ \
http://djdomics.free.fr/distfiles/
MAINTAINER= dominique.goncalves@gmail.com
COMMENT= Open source application for managing your collections
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \
${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
${SITE_PERL}/MP3/Tag.pm:${PORTSDIR}/audio/p5-MP3-Tag \
${SITE_PERL}/Ogg/Vorbis/Header/PurePerl.pm:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header-PurePerl \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \
${SITE_PERL}/${PERL_ARCH}/Gtk2/Spell.pm:${PORTSDIR}/devel/p5-Gtk2-Spell \
${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
${SITE_PERL}/${PERL_ARCH}/Gnome2/VFS.pm:${PORTSDIR}/x11-toolkits/p5-Gnome2-VFS \
${SITE_PERL}/${PERL_ARCH}/Net/FreeDB.pm:${PORTSDIR}/audio/p5-Net-FreeDB
MAN1= gcstar.1
MANCOMPRESSED= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PERL5_RUN= yes
NO_BUILD= yes
post-patch:
@${FIND} ${WRKSRC}/ -name '*.orig' -delete
do-install:
${PERL} ${WRKSRC}/install --prefix ${PREFIX}
.include <bsd.port.mk>