2013-03-28 04:28:30 +01:00
|
|
|
# Created by: Anton Karpov <toxa@toxahost.ru>
|
2005-02-04 14:36:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= graveman
|
2006-06-30 02:49:53 +02:00
|
|
|
PORTVERSION= 0.3.12.5
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
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
|
|
|
|
2009-08-17 07:44:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-08-03 17:54:35 +02:00
|
|
|
COMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd, and sox
|
2005-02-04 14:36:07 +01:00
|
|
|
|
2012-08-30 16:38:11 +02:00
|
|
|
LIB_DEPENDS= mng:${PORTSDIR}/graphics/libmng
|
2013-04-26 14:35:50 +02:00
|
|
|
BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
|
|
|
|
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
|
2005-02-04 14:36:07 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2013-04-26 12:44:28 +02:00
|
|
|
USES= pathfix pkgconfig gettext
|
2013-03-28 04:28:30 +01:00
|
|
|
USE_GNOME= libglade2 intlhack gnomeprefix
|
2013-02-28 11:51:58 +01:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2005-02-04 14:36:07 +01:00
|
|
|
|
2005-11-12 18:34:35 +01:00
|
|
|
MAN1= graveman.1
|
|
|
|
|
2012-08-30 16:38:11 +02:00
|
|
|
OPTIONS_DEFINE= MP3 OGG DVD
|
|
|
|
DVD_DESC= DVD+RW support
|
2005-02-04 14:36:07 +01:00
|
|
|
|
2012-08-30 16:38:11 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2005-02-04 14:36:07 +01:00
|
|
|
|
2012-08-30 16:38:11 +02:00
|
|
|
.if ${PORT_OPTIONS:MMP3}
|
|
|
|
LIB_DEPENDS+= mad:${PORTSDIR}/audio/libmad \
|
|
|
|
id3tag:${PORTSDIR}/audio/libid3tag
|
2005-02-04 14:36:07 +01:00
|
|
|
RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-mp3
|
|
|
|
.endif
|
|
|
|
|
2012-08-30 16:38:11 +02:00
|
|
|
.if ${PORT_OPTIONS:MOGG}
|
2012-07-19 22:15:37 +02:00
|
|
|
LIB_DEPENDS+= ogg:${PORTSDIR}/audio/libogg \
|
2012-08-30 16:38:11 +02:00
|
|
|
vorbis:${PORTSDIR}/audio/libvorbis
|
2005-02-04 14:36:07 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-ogg
|
|
|
|
.endif
|
|
|
|
|
2012-08-30 16:38:11 +02:00
|
|
|
.if ${PORT_OPTIONS:MDVD}
|
2005-11-12 18:34:35 +01:00
|
|
|
RUN_DEPENDS+= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
|
|
|
|
.endif
|
|
|
|
|
2012-08-30 16:38:11 +02:00
|
|
|
.include <bsd.port.mk>
|