2000-06-15 06:48:01 -04:00
|
|
|
# New ports collection makefile for: xmps
|
2000-11-01 10:51:11 -05:00
|
|
|
# Date created: 15 June 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-06-15 06:48:01 -04:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmps
|
2001-02-04 17:01:32 -05:00
|
|
|
PORTVERSION= 0.2.0
|
2004-03-15 23:23:56 -05:00
|
|
|
PORTREVISION= 2
|
2003-04-03 20:38:40 -05:00
|
|
|
CATEGORIES= multimedia gnome
|
2003-10-28 02:22:26 -05:00
|
|
|
# per distfile survey, site disappeared in June 2003
|
2004-07-08 21:54:37 -04:00
|
|
|
# http://xmps.sourceforge.net/sources/
|
|
|
|
MASTER_SITES= http://download2.projectmayo.com/dnload/divx4linux/xmps/ \
|
|
|
|
http://ftp.vin.bg.ac.yu/linux/mmedia/xmps/
|
2000-06-15 06:48:01 -04:00
|
|
|
|
2003-07-29 05:12:37 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 01:14:21 -05:00
|
|
|
COMMENT= X MPEG Player System - a media player with a very nice GUI
|
2000-06-15 06:48:01 -04:00
|
|
|
|
2004-01-23 16:59:42 -05:00
|
|
|
USE_SDL= sdl
|
2000-10-05 03:10:50 -04:00
|
|
|
USE_X_PREFIX= yes
|
2002-10-05 12:56:28 -04:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
|
|
|
|
USE_REINPLACE= yes
|
2001-02-04 17:01:32 -05:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-07-09 13:43:11 -04:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2000-10-05 03:10:50 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-12-19 10:41:34 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-10-05 03:10:50 -04:00
|
|
|
|
2004-03-13 05:04:53 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} != "i386"
|
|
|
|
BROKEN= "Does not compile on !i386"
|
|
|
|
.endif
|
|
|
|
|
2001-04-02 05:12:43 -04:00
|
|
|
post-patch:
|
2002-10-05 12:56:28 -04:00
|
|
|
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
2003-11-13 08:30:42 -05:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
2002-10-05 12:56:28 -04:00
|
|
|
's|-lpthread|${PTHREAD_LIBS}|g'
|
2000-06-15 06:48:01 -04:00
|
|
|
|
2000-10-12 05:10:35 -04:00
|
|
|
post-configure:
|
2002-10-05 12:56:28 -04:00
|
|
|
@${REINPLACE_CMD} -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
|
2000-10-12 05:10:35 -04:00
|
|
|
${WRKSRC}/libtool
|
|
|
|
|
2004-03-13 05:04:53 -05:00
|
|
|
.include <bsd.port.post.mk>
|