freebsd-ports/audio/gqmpeg-devel/Makefile
Christian Weisgerber b6ebb86f9b Fix installation of message catalogs for WITH_GNOME=yes.
Notified by:	Hidetoshi IMAI <imai.hidetoshi@nttcom.co.jp>
Via:		Katsuyuki TATEISHI <katsu@iec.hiroshima-u.ac.jp>
2002-07-25 22:26:09 +00:00

58 lines
1.2 KiB
Makefile

# New ports collection makefile for: gqmpeg
# Date Created: 28 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gqmpeg
PORTVERSION= 0.17.0
PORTREVISION= 1
CATEGORIES+= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER?= lyngbol@wheel.dk
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
.if defined(WITH_MPG321)
RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321
.else
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
.endif
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GTK= yes
USE_LIBTOOL= yes
USE_AUTOCONF= yes
WANT_GNOME= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
USE_GNOME="${USE_GNOME}"
MAN1= gqmpeg.1
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
USE_GNOME= yes
.endif
.if !defined(WITH_MPG321)
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "If you want to use mpg321 instead of mpg123,"
@${ECHO_MSG} "hit Ctrl-C right now and execute \"make WITH_MPG321=yes\""
@${ECHO_MSG}
.endif
.if defined(WITH_MPG321)
post-patch:
@${REINPLACE_CMD} -E -e \
's/^(#define MPG123_BINARY "mpg)123"/\1321"/' \
${WRKSRC}/src/io_mpg123.c
.endif
.include <bsd.port.post.mk>