aboutsummaryrefslogblamecommitdiffstats
path: root/graphics/gnofract4d/Makefile
blob: f6e7456ce5cf3112ccc96f0bde69fdeeabf4ce1d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  




                                                                               
                          
                   
                              
                                          
 
                                 
 
                   
                   
                   
                                                   
                                         
                                            
          
                                                                           
                                                                        
                                                               

                                                                      
                      
# New ports collection makefile for:    gnofract4d
# Date created:             30 Dec 1999
# Whom:                 Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

PORTNAME=   gnofract4d
PORTVERSION=    1.6
CATEGORIES= graphics gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org

USE_X_PREFIX=   yes
USE_NEWGCC= yes
USE_GNOME=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-compile-warnings=no

pre-patch:
    @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
    @find ${WRKSRC} -name "*Makefile*" | xargs ${PERL} -pi.dist -e \
        's|-g -O2 -Wall -D_REENTRANT|\@CXXFLAGS\@|g ; \
         s|datadir\)/gnome|datadir\)|g ; \
         s|datadir\)/locale|prefix\)/share/locale|g ; \
         s|gnofract4d_helpdir\)/images|gnofract4d_helpdir\)|g'

.include <bsd.port.mk>