aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gcstar/Makefile
blob: f9568b275ea392db79e5c80f701a0c45a5efeef4 (plain) (blame)
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
36
37
38
39
# New ports collection makefile for: gcstar
# Date created:     2007-12-22
# Whom:             Dominique Goncalves <dominique.goncalves@gmail.com>
#
# $FreeBSD$

PORTNAME=   gcstar
PORTVERSION=    1.3.2
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

MAN1=       gcstar.1
MANCOMPRESSED=  yes
WRKSRC=     ${WRKDIR}/${PORTNAME}
USE_PERL5_RUN=  yes

do-build:
        @${DO_NADA}
do-install:
        ${PERL} ${WRKSRC}/install --prefix ${PREFIX}

.include <bsd.port.mk>