2005-02-04 14:36:07 +01:00
|
|
|
# New ports collection makefile for: graveman
|
|
|
|
# Date created: 2005-02-01
|
|
|
|
# Whom: Anton Karpov <toxa@toxahost.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= graveman
|
2006-06-30 02:49:53 +02:00
|
|
|
PORTVERSION= 0.3.12.5
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2005-02-04 14:36:07 +01:00
|
|
|
CATEGORIES= sysutils
|
2005-11-12 18:34:35 +01:00
|
|
|
MASTER_SITES= http://graveman.tuxfamily.org/sources/
|
2006-06-30 02:49:53 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
|
2005-02-04 14:36:07 +01:00
|
|
|
|
|
|
|
MAINTAINER= toxa@toxahost.ru
|
|
|
|
COMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd and sox
|
|
|
|
|
2005-11-12 18:34:35 +01:00
|
|
|
LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng
|
2005-02-04 14:36:07 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2006-06-30 02:49:53 +02:00
|
|
|
USE_GETTEXT= yes
|
2005-02-04 14:36:07 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-31 16:31:30 +01:00
|
|
|
USE_CDRTOOLS= yes
|
2005-02-04 14:36:07 +01:00
|
|
|
USE_GNOME= libglade2 intlhack gnomehack gnomeprefix
|
2005-02-04 15:23:54 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
2005-02-04 14:36:07 +01:00
|
|
|
|
2005-11-12 18:34:35 +01:00
|
|
|
MAN1= graveman.1
|
|
|
|
|
2005-02-04 14:36:07 +01:00
|
|
|
OPTIONS= MP3 "MP3 Support" off \
|
2005-11-12 18:34:35 +01:00
|
|
|
OGG "OGG Support" off \
|
|
|
|
DVD "DVD+RW Support" off
|
2005-02-04 14:36:07 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-02-04 15:14:57 +01:00
|
|
|
.if defined(WITH_MP3)
|
2005-02-04 14:36:07 +01:00
|
|
|
LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \
|
2005-10-28 09:59:53 +02:00
|
|
|
id3tag.0:${PORTSDIR}/audio/libid3tag
|
2005-02-04 14:36:07 +01:00
|
|
|
RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-mp3
|
|
|
|
.endif
|
|
|
|
|
2005-02-04 15:14:57 +01:00
|
|
|
.if defined(WITH_OGG)
|
2005-02-04 14:36:07 +01:00
|
|
|
LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg \
|
2007-07-28 14:27:31 +02:00
|
|
|
vorbis.4:${PORTSDIR}/audio/libvorbis
|
2005-02-04 14:36:07 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-ogg
|
|
|
|
.endif
|
|
|
|
|
2005-11-12 18:34:35 +01:00
|
|
|
.if defined(WITH_DVD)
|
|
|
|
RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
|
|
|
|
.endif
|
|
|
|
|
2005-02-04 14:36:07 +01:00
|
|
|
.include <bsd.port.post.mk>
|