aboutsummaryrefslogblamecommitdiffstats
path: root/x11/3ddesktop/Makefile
blob: a88c1beab9d45d2ff7d9e3e4b18d918f1903dfc4 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                                           
                         
                     
                                          
                              
                                           
 
                                                     
 
                           
                   
                           








                                                                       
                                                                           


                                                             








                                                 
# New ports collection makefile for:    3ddesktop
# Date created:             12 June 2003
# Whom:                 Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   3ddesktop
PORTVERSION=    0.2.8
CATEGORIES= x11
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= desk3d

MAINTAINER= ports@FreeBSD.org
COMMENT=    3D Virtual Desktop Switcher

LIB_DEPENDS=    glut.3:${PORTSDIR}/graphics/libglut \
        Imlib2.2:${PORTSDIR}/graphics/imlib2

USE_AUTOCONF_VER=   259
USE_GL=     yes
USE_GETOPT_LONG=    yes
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

PORTDOCS=   README README.windowmanagers
PLIST_FILES=    bin/3ddesk bin/3ddeskd etc/3ddesktop.conf \
        %%DATADIR%%/digits.bmp
PLIST_DIRS= %%DATADIR%%

CPPFLAGS=   -I${LOCALBASE}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS}
LDFLAGS=    -L${LOCALBASE}/lib ${PTHREAD_LIBS}

post-patch:
    @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in README README.windowmanagers
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>