aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gnapster/Makefile
blob: 1f1d1c9b4e5b8310f846a89ad5d5afd7a0701a6d (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
# New ports collection makefile for:    gnapster
# Version required: 1.3.7
# Date created:     24 December 1999
# Whom:         Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

DISTNAME=   gnapster-1.3.7
CATEGORIES= audio
MASTER_SITES=   http://www.gotlinux.org/~jasta/files/

MAINTAINER= cpiazza@FreeBSD.org

LIB_DEPENDS=    gnome.3:${PORTSDIR}/x11/gnomelibs \
        Xpm.4:${PORTSDIR}/graphics/xpm \
        ungif.5:${PORTSDIR}/graphics/libungif

GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config

USE_GMAKE=  yes
USE_X_PREFIX=   yes
USE_LIBTOOL=    yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib" \
        GTK_CONFIG="${GTK_CONFIG}"

.include <bsd.port.mk>