blob: 1e6dc24887b0c9c329dbeab06e214fa7d07d1232 (
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
|
# New ports collection makefile for: multimedia/quark
# Date created: 21 Jul 2003
# Whom: Juan Salaverria <rael@vectorstar.net>
#
# $FreeBSD$
PORTNAME= quark
PORTVERSION= 3.11
PORTREVISION= 1
CATEGORIES= multimedia gnome
MASTER_SITES= http://quark.sunsite.dk/
MAINTAINER= rael@vectorstar.net
COMMENT= Quark is an audio player, for geeks, by geeks
LIB_DEPENDS= xine.8:${PORTSDIR}/multimedia/libxine
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_GNOME= gnomehack gnomeprefix gnomevfs2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DOCS= AUTHORS COPYING INSTALL README
post-install:
.if !defined(NOPORTDOCS)
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
@${CAT} pkg-message
.include <bsd.port.mk>
|