blob: 6b2476e89b099d6b58f83ef2fc04198bcff67299 (
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.21
PORTREVISION= 3
CATEGORIES= multimedia gnome
MASTER_SITES= http://quark.sunsite.dk/ \
http://demian.dyndns.org/src/
MAINTAINER= rael@vectorstar.net
COMMENT= Quark is an audio player, for geeks, by geeks
LIB_DEPENDS= xine.9:${PORTSDIR}/multimedia/libxine
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
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>
|