aboutsummaryrefslogtreecommitdiffstats
path: root/audio/deadbeef
diff options
context:
space:
mode:
authorKoop Mast <koop@beyonit.nl>2019-09-27 05:31:31 +0800
committerKoop Mast <koop@beyonit.nl>2019-09-27 05:31:31 +0800
commitf1fe598721f302aaea9da7c0bc01699382441608 (patch)
treecd0477bb4d85ea96e1295ac9c0cabf4f8247de88 /audio/deadbeef
parentc5d4cd5d5cbcd9f16aa5bd8e5fcfdc96e17a81f6 (diff)
downloadfreebsd-ports-gnome-gnome-3.36.tar.gz
freebsd-ports-gnome-gnome-3.36.tar.zst
freebsd-ports-gnome-gnome-3.36.zip
Update pango to 1.44.5.HEADgnome-3.36
Diffstat (limited to 'audio/deadbeef')
0 files changed, 0 insertions, 0 deletions
6-24 04:29:01 +0800 committer pat <pat@FreeBSD.org> 2002-06-24 04:29:01 +0800 PERL -> REINPLACE_CMD' href='/~lantw44/cgit/freebsd-ports-graphics/commit/sysutils/gfslicer/Makefile?id=cf6da9c2084f076043b607e9aa6cabfe42da0fa9'>cf6da9c2084
a27570aee80

ffc6e6587c8
cf6da9c2084
ffc6e6587c8
5ddb5f9e03e

a27570aee80
5ddb5f9e03e

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
38
39
40
41
42
43
44
45














                                                  
                                                                                     
 
                   
                   
                                               
                   
                   
                   
 
                          
                   


                                             
                                                                  



                                        
                                                               

                                                                           
                                                                                
                                                                               
                                                                

             
                                                                 

                      
# ex:ts=8
# Ports collection makefile for:    gfslicer
# Date created:         Jan 11, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   gfslicer
PORTVERSION=    1.5.4
CATEGORIES= sysutils
MASTER_SITES=   http://www.geocities.com/gfslicer/

MAINTAINER= ports@FreeBSD.org

BUILD_DEPENDS=  ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14

USE_REINPLACE=  yes
USE_X_PREFIX=   yes
USE_GNOME=  gnomelibs gnomeprefix gnomehack
USE_GNOMENG=    yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=       gfslicer.1
MANCOMPRESSED=  yes

post-extract:
.for file in install-sh missing mkinstalldirs
    @${LN} -sf ${LOCALBASE}/share/automake14/${file} ${WRKSRC}
.endfor
    @${RM} -f ${WRKSRC}/config.cache

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
         s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
         s|$$(top_builddir)/intl/libintl.a| -lintl|' ${WRKSRC}/configure
    @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
         's|-I$$(top_srcdir)/intl||g ; s|intl po|po|g ;'

post-install:
    ${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${MANPREFIX}/man/man1

.include <bsd.port.mk>