1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/replay/Makefile

50 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: replay
1999-02-02 17:05:21 +00:00
# Version required: 0.61
# Date created: Oct 27 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
#
1999-08-25 04:36:31 +00:00
# $FreeBSD$
#
1999-02-02 17:05:21 +00:00
DISTNAME= replay-source-dgtk_0.61
PKGNAME= replay-0.61
CATEGORIES= audio
2000-01-26 06:50:47 +00:00
MASTER_SITES= ftp://narayan.replicant.nu/pub/replay/ \
ftp://ftp.icemark.ch/pub/replay/ \
ftp://k2.lund.se/pub/replay/
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
esd.2:${PORTSDIR}/audio/esound
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.if defined(USE_I18N)
CONFIGURE_ARGS+= --enable-i18n=JAPANESE
.endif
pre-configure:
.if !defined(USE_I18N)
@${ECHO_MSG}
@${ECHO_MSG} "If you would like build replay with I18N support"
@${ECHO_MSG} "you must set the variable USE_I18N"
@${ECHO_MSG} "(Now JAPANESE only)"
@${ECHO_MSG}
.else
@${ECHO_MSG}
@${ECHO_MSG} "Building replay with I18N support"
@${ECHO_MSG}
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/replay ${PREFIX}/bin
.include <bsd.port.mk>