freebsd-ports/audio/esound/Makefile
Maxim Sobolev 3c3f1e3d41 Put back gugetopt dependency taken out by marcus. The reason the dependency
is here is to prevent gettext from rolling its own version of getopt_long
into the binary, thereby slightly improving code sharing.
2002-05-11 12:55:44 +00:00

28 lines
675 B
Makefile

# New ports collection makefile for: esound
# Date created: 19 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= esound
PORTVERSION= 0.2.26
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/esound
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_BZIP2= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgnugetopt"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>