2000-01-29 05:36:56 +01:00
|
|
|
# New ports collection makefile for: yamt
|
|
|
|
# Date created: 9 January 2000
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= yamt
|
2000-04-20 02:36:23 +02:00
|
|
|
PORTVERSION= 0.5
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 4
|
2000-01-29 05:36:56 +01:00
|
|
|
CATEGORIES= audio gnome
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2000-01-29 05:36:56 +01:00
|
|
|
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-01-29 05:36:56 +01:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Yet Another Mp3 Tool which helps you to organize your mp3s
|
2000-01-29 05:36:56 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-09-09 19:21:35 +02:00
|
|
|
USE_GNOME= gnomelibs gnomehack gnomeprefix
|
2000-01-29 05:36:56 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 09:10:50 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2002-09-09 19:21:35 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-10-05 09:10:50 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
|
|
|
|
s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
|
|
|
|
s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
|
2000-01-29 05:36:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|