1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/grip/Makefile
Alan Eldridge 66e5b8e811 Update Grip to 3.0.3 and fix plist.
Approved by:	kris
2002-12-19 07:35:54 +00:00

46 lines
879 B
Makefile

# New ports collection makefile for: grip
# Date created: 31 May 2000
# Whom: kbyanc@posi.net
#
# $FreeBSD$
#
PORTNAME= grip
PORTVERSION= 3.0.3
PORTREVISION= 0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=grip
MAINTAINER= alane@FreeBSD.org
LIB_DEPENDS= id3-3.7.13:${PORTSDIR}/audio/id3lib \
ghttp.1:${PORTSDIR}/www/libghttp
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOMENG= yes
USE_GNOME= gnomelibs
CONFIGURE_ARGS+= --datadir=${PREFIX}/share
CFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib
.if defined(WITH_DEBUG)
CFLAGS+= -g
LDFLAGS+= -g
.endif
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}"
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
CONFIGURE_ENV+= LIBS=${PTHREAD_LIBS}
post-install::
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>