aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-servers/Makefile')
0 files changed, 0 insertions, 0 deletions
freebsd-ports-graphics/commit/graphics/gimp-lqr-plugin/Makefile?id=325628be519c0b9ece7398ebfbe3ed3a7d84ac0f'>325628be519
7e4bee20b76
6ec49096574
325628be519


325628be519
325628be519


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37







                                                           
                     
                        
                                                                                 

                                               
                                  

                                           
                                                        
                                                     

                   
                   
                   
                   




                                         
                                                                               
 


                                                   
           


                                                                                                          
# New ports collection makefile for:    gimp-lqr
# Date created:     27 Sep 2007
# Whom:         Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#

PORTNAME=   gimp-lqr-plugin
DISTVERSION=    0.5.1
CATEGORIES= graphics
MASTER_SITES=   http://liquidrescale.wdfiles.com/local--files/en:download-page/ \
        http://www.amdmi3.ru/distfiles/

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    Liquid rescale GIMP plug-in

LIB_DEPENDS=    gimp-2.0:${PORTSDIR}/graphics/gimp-app \
        lqr-1.1:${PORTSDIR}/graphics/liblqr-1

GNU_CONFIGURE=  yes
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_GNOME=  gtk20

PLUGIN_DIR?=    libexec/gimp/2.2/plug-ins
PLIST_SUB=  PLUGIN_DIR=${PLUGIN_DIR}

WRKSRC=     ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/^([0-9.]+)-([0-9]+)$/\1/}

CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-patch:
    @${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>