aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimageview/Makefile
blob: 100582a733441f0d318c739ff26ff9d9ca0010a0 (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
# New ports collection makefile for:    gimageview
# Date Created:             5 Feb 2002
# Whom:     TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   gimageview
PORTVERSION=    0.1.99
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkmmviewer

MAINTAINER= katsu@iec.hiroshima-u.ac.jp

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_IMLIB=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

post-patch:
    @${PERL} -pi -e 's/DATADIRNAME=lib/DATADIRNAME=share/g' \
        ${WRKSRC}/configure

.include <bsd.port.mk>