aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/giblib/Makefile
blob: 8a9366f1c65d7b51d27c795631163d36eba1c668 (plain) (blame)
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
# Ports collection makefile for:    giblib
# Date created:             12 Nov 2000
# Whom:                 Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=   giblib
PORTVERSION=    1.2.4
PORTREVISION=   2
CATEGORIES= graphics devel
MASTER_SITES=   http://www.linuxbrit.co.uk/downloads/

MAINTAINER= andrew.nau.ua@gmail.com
COMMENT=    A utility library that includes a wrapper for imlib2

LIB_DEPENDS=    Imlib2.3:${PORTSDIR}/graphics/imlib2

USE_X_PREFIX=   yes
USE_GNOME=  gnomehack gnometarget pkgconfig
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes

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

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in AUTHORS ChangeLog README TODO
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>