mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b5bed8ad9e
PR: 4929 Submitted by: maintainer
30 lines
743 B
Makefile
30 lines
743 B
Makefile
# New ports collection makefile for: imlib
|
|
# Version required: 0.5.1
|
|
# Date created: 10 June 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.6 1997/10/30 22:15:26 max Exp $
|
|
#
|
|
|
|
DISTNAME= imlib_DR-0.5.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://cthulhu.mandrake.net/pub/imlib/
|
|
|
|
MAINTAINER= vanilla@MinJe.com.TW
|
|
|
|
RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \
|
|
tgatoppm:${PORTSDIR}/graphics/netpbm \
|
|
convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
USE_GMAKE= yes
|
|
USE_IMAKE= yes
|
|
|
|
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>
|