aboutsummaryrefslogtreecommitdiffstats
path: root/libical/doc
Commit message (Expand)AuthorAgeFilesLines
* Removing autogenerated filesJP Rosevear2001-04-181-191/+0
* Finish merge of new libical 0.23a versionJP Rosevear2001-04-182-367/+599
* Initial revisionJP Rosevear2001-04-181-0/+191
* Import clean upJP Rosevear2001-01-243-1826/+2868
* Fix fucking CVS conflicts because fucking CVS is a fucking big doofus - FedericoFederico Mena Quintero2000-12-123-1150/+2186
* Kill off more old, dead filesJP Rosevear2000-09-011-318/+0
* Fix minor conflicts.JP Rosevear2000-08-254-2197/+2310
* merge libical-0.17 onto the headSeth Alves2000-06-071-1/+1
* reparing damage from removing filesEric Busboom2000-05-156-0/+4187
* removing all filesEric Busboom2000-05-157-4360/+0
* Initial revisionEric Busboom2000-05-151-0/+173
* added some stuff to cvs ignore files, build .la instead of just .aSeth Alves2000-04-191-0/+1
* import of libical-0.16Seth Alves2000-04-194-47/+2894
* Initial revisionSeth Alves2000-02-183-0/+1339
15 to fix the build on -CURRENT.' href='/~lantw44/cgit/freebsd-ports-graphics/commit/audio/libmusicbrainz3/Makefile?id=62462dff9d24bfd604849504b2e2abac9290301c'>62462dff9d2
86dffad4e35

2dc168eeb35
4498082c145
61c0275cb6e
3410822c3b5

4498082c145

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






                                                                          
                              
                     


                                                          
                                 
                                                                           
 
                                                   
 

                             
                   
                                               
                   
                  

                                                   
                   
 
           

                                                               

                      
# New ports collection makefile for:    musicbrainz
# Date Created:             26 Oct 2000
# Whom:                 Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=   libmusicbrainz
PORTVERSION=    2.1.1
CATEGORIES= audio
MASTER_SITES=   ftp://ftp.musicbrainz.org/pub/musicbrainz/

MAINTAINER= ports@FreeBSD.org
COMMENT=    2nd generation incarnation of the CD Index - audio metadata

LIB_DEPENDS=    expat.5:${PORTSDIR}/textproc/expat2

CONFLICTS=  musicbrainz-*

USE_GMAKE=  yes
USE_GNOME=  gnomehack gnometarget pkgconfig
USE_REINPLACE=  yes
USE_LIBTOOL_VER=15
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes

post-patch:
    @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \
         s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure

.include <bsd.port.mk>