aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unzip
ModeNameSize
-rw-r--r--Makefile1819logstatsplainblame
-rw-r--r--distinfo181logstatsplainblame
d---------files72logstatsplain
-rw-r--r--pkg-descr1053logstatsplainblame
-rw-r--r--pkg-plist150logstatsplainblame
es Vidrine <nectar@FreeBSD.org> 1999-03-09 09:13:40 +0800 committer Jacques Vidrine <nectar@FreeBSD.org> 1999-03-09 09:13:40 +0800 Upgrade to GNOME 1.0. The following are the details:' href='/~lantw44/cgit/freebsd-ports/commit/sysutils/gnomesystemmonitor/Makefile?id=f4442a7aa7d134c8de8574845b26edddcac65935'>f4442a7aa7d1
4275cb17e66e
7a5798722444
a6844f7b83f8
7a5798722444
c76cf4692905
7e89bdf13c4a
7a5798722444
c76cf4692905
7e89bdf13c4a
7e89bdf13c4a
7e89bdf13c4a
7a5798722444
972ca4afabe0
4ca0e60800b9
38ae59927100




7a5798722444
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
                                            

                                                                               
 
           

 
                    
                      
                              
                                    
                                           
 
                               
 
                                                
 
                   
                   
                   
                                                   
                                         
 
          
                                                          




                                                                           
                      
# New ports collection makefile for:    gtop
# Date created:             28 September 1998
# Whom:                 Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#

PORTNAME=   gtop
PORTVERSION=    1.0.12
CATEGORIES= sysutils gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gtop

MAINTAINER= ade@FreeBSD.org

LIB_DEPENDS=    gtop.1:${PORTSDIR}/devel/libgtop

USE_X_PREFIX=   yes
USE_GNOME=  yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

pre-patch:
    @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
    @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
        's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
         s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'

.include <bsd.port.mk>