Index: head/graphics/xmps/Makefile =================================================================== --- head/graphics/xmps/Makefile (revision 38023) +++ head/graphics/xmps/Makefile (revision 38024) @@ -1,37 +1,39 @@ # New ports collection makefile for: xmps # Date created: 15 June 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= xmps PORTVERSION= 0.2.0 CATEGORIES= graphics gnome MASTER_SITES= http://xmps.sourceforge.net/sources/ MAINTAINER= sobomax@FreeBSD.org +LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel + SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes USE_GNOME= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ SDL_CONFIG="${SDL_CONFIG}" \ LDFLAGS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e "s|-lpthread|-pthread|g" ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g ; \ s|-lpthread|-pthread|g' post-configure: @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ ${WRKSRC}/libtool .include Property changes on: head/graphics/xmps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/multimedia/xmps/Makefile =================================================================== --- head/multimedia/xmps/Makefile (revision 38023) +++ head/multimedia/xmps/Makefile (revision 38024) @@ -1,37 +1,39 @@ # New ports collection makefile for: xmps # Date created: 15 June 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= xmps PORTVERSION= 0.2.0 CATEGORIES= graphics gnome MASTER_SITES= http://xmps.sourceforge.net/sources/ MAINTAINER= sobomax@FreeBSD.org +LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel + SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes USE_GNOME= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ SDL_CONFIG="${SDL_CONFIG}" \ LDFLAGS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e "s|-lpthread|-pthread|g" ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g ; \ s|-lpthread|-pthread|g' post-configure: @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ ${WRKSRC}/libtool .include Property changes on: head/multimedia/xmps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property