blob: 3644f6b7ab4987bcbf0a43047151604582c0ceca (
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
|
# New ports collection makefile for: cantus_3
# Date created: 18 May 2004
# Whom: asa@gascom.ru
#
# $FreeBSD$
#
PORTNAME= cantus_3
PORTVERSION= 3.0.0
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://dl.debain.org/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20 \
glademm-2.0.1:${PORTSDIR}/devel/libglademm \
ogg.5:${PORTSDIR}/audio/libogg \
vorbis.3:${PORTSDIR}/audio/libvorbis
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix libglade2
USE_XLIB= yes
BASH?= ${LOCALBASE}/bin/bash
do-build:
@cd ${WRKSRC} && ${BASH} build.sh --prefix '${PREFIX}'
do-install:
@cd ${WRKSRC} && ${BASH} build.sh --install --prefix '${PREFIX}'
.include <bsd.port.mk>
|