aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imlib2-tmp/Makefile
blob: fec4d8e2ad0cd097f90fc5a2b3432e12a3f2a3a1 (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:   imlib
# Version required:    0.4
# Date created:        18 August 1997
# Whom:                Vanill I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.1.1.1 1997/06/03 23:39:10 asami Exp $
#

DISTNAME=   imlib_DR-0.4
PKGNAME=    imlib-0.4
CATEGORIES= graphics
MASTER_SITES=   ftp://cthulhu.mandrake.net/pub/enlightenment/

MAINTAINER= Vanill I. Shu <vanilla@MinJe.com.TW>

USE_GMAKE=  yes
USE_IMAKE=  yes
WRKSRC=     ${WRKDIR}/imlib

post-patch:
    $(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat
    sed -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile

post-install:
    ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>