aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/quark/Makefile
blob: 415a7d51b02f220c26249afd5928558fc63a6e4d (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
40
41
# New ports collection makefile for:    multimedia/quark
# Date created:     21 Jul 2003
# Whom:         Juan Salaverria <rael@vectorstar.net>
#
# $FreeBSD$

PORTNAME=   quark
PORTVERSION=    3.21
PORTREVISION=   8
CATEGORIES= multimedia gnome
MASTER_SITES=   http://quark.sunsite.dk/ \
        http://demian.dyndns.org/src/

MAINTAINER= ports@FreeBSD.org
COMMENT=    An audio player, for geeks, by geeks

LIB_DEPENDS=    xine.14:${PORTSDIR}/multimedia/libxine

USE_X_PREFIX=   yes
USE_GNOME=  gnomehack gnomeprefix gnometarget gnomevfs2
USE_REINPLACE=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

PORTDOCS=   AUTHORS COPYING INSTALL README
GCONF_SCHEMAS=  quark.schemas strange-quark.schemas

post-patch:
    @${REINPLACE_CMD} -e \
        's|CFLAGS="-g |CFLAGS="$$CFLAGS |g' ${WRKSRC}/configure

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
ass='insertions'>+2 * Remove amd64 as an available arch to build on.tmclaugh2007-02-161-1/+3 * Fix objformat fallout on -CURRENT.tmclaugh2007-02-121-0/+2 * s/INSTALLS_SHLIB/USE_LDCONFIG/tmclaugh2007-02-051-1/+1 * - Update to 1.2.2.1tmclaugh2007-02-0520-376/+214 * Use PTHREAD_LIBS with the included libgc.tmclaugh2006-12-101-0/+2 * Update to 1.1.13.8.1tmclaugh2006-10-083-8/+43 * - Update to 1.1.13.6tmclaugh2006-04-246-21/+33 * Conversion to a single libtool environment.ade2006-02-232-1/+8 * Update to 1.1.13.2tmclaugh2006-02-194-10/+19 * Add mirror site on MASTER_SITE_LOCAL.tmclaugh2006-01-241-1/+3 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-6/+6 * Update to 1.1.12.1tmclaugh2006-01-1512-361/+118 * Mention in the pkg-message that semaphores can be removed using ipcrm.tmclaugh2005-12-181-6/+2 * Add SHA256 to my BSD# portstmclaugh2005-12-011-0/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * (Long awaited) update to 1.1.9.2tmclaugh2005-11-1022-598/+872 * Bump PORTREVISION to chase glib update that came with Gnome 2.12tmclaugh2005-11-061-1/+1 * Fix the plist by taking care of directories in X11BASE too.mezz2005-08-032-1/+7 * Really fix build for FreeBSD 7.x.mezz2005-07-211-1/+1 * Fix the build on FreeBSD 7.x by teach it. I need to contact with mainstreammezz2005-07-181-0/+4 * Fix the .so.0 -> .so, got bite by beagle when it can't find libsqlite.so.0.mezz2005-07-131-1/+4 * Update to 1.1.8.2, most semaphore bugs in 1.1.8(.1) have been fixed.mezz2005-07-1113-35/+529 * [...Took from jylefort's comment in email with a bit tweak...]mezz2005-06-012-1/+41 * Update to 1.1.7, Bill Middleton has been working against the Mono SVN to fixmezz2005-05-1618-297/+454 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-12