2013-03-28 04:28:30 +01:00
|
|
|
# Created by: Juan Salaverria <rael@vectorstar.net>
|
2003-07-30 09:09:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= quark
|
2010-10-13 04:41:46 +02:00
|
|
|
PORTVERSION= 3.24
|
2012-06-23 15:21:04 +02:00
|
|
|
PORTREVISION= 4
|
2003-07-30 09:09:01 +02:00
|
|
|
CATEGORIES= multimedia gnome
|
2010-08-04 14:34:33 +02:00
|
|
|
MASTER_SITES= http://hsgg.github.com/quark/
|
2003-07-30 09:09:01 +02:00
|
|
|
|
2004-12-12 15:49:37 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-11-06 12:43:20 +01:00
|
|
|
COMMENT= Audio player, for geeks, by geeks
|
2003-07-30 09:09:01 +02:00
|
|
|
|
2013-11-06 12:43:20 +01:00
|
|
|
LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine
|
2003-07-30 09:09:01 +02:00
|
|
|
|
2010-08-04 14:34:33 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-09-12 02:21:10 +02:00
|
|
|
USES= pathfix gettext gmake pkgconfig
|
2013-03-28 04:28:30 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomevfs2
|
2005-02-04 16:03:01 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-07-30 09:09:01 +02:00
|
|
|
|
2013-11-06 12:43:20 +01:00
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
2010-10-13 04:41:46 +02:00
|
|
|
|
2005-02-04 16:03:01 +01:00
|
|
|
PORTDOCS= AUTHORS COPYING INSTALL README
|
|
|
|
GCONF_SCHEMAS= quark.schemas strange-quark.schemas
|
|
|
|
|
2013-11-06 12:43:20 +01:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2010-08-04 14:34:33 +02:00
|
|
|
|
2005-02-04 16:03:01 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|CFLAGS="-g |CFLAGS="$$CFLAGS |g' ${WRKSRC}/configure
|
2007-10-25 01:37:25 +02:00
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|-D.*_DISABLE_DEPRECATED||g'
|
2003-07-30 09:09:01 +02:00
|
|
|
|
|
|
|
post-install:
|
2013-11-06 12:43:20 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
2003-07-30 09:09:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|