freebsd-ports/graphics/imlib/Makefile

37 lines
958 B
Makefile
Raw Normal View History

# New ports collection makefile for: imlib
1997-11-26 23:39:42 +01:00
# Version required: 0.11
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
1998-02-01 03:05:57 +01:00
# $Id: Makefile,v 1.11 1997/12/01 16:29:43 vanilla Exp $
#
1997-11-26 23:39:42 +01:00
DISTNAME= imlib_DR-0.11
PKGNAME= imlib-0.11
CATEGORIES= graphics
1997-12-01 17:29:54 +01:00
MASTER_SITES= ftp://ftp.mandrake.net/pub/imlib/ \
http://www.rasterman.com/ftp/
1998-02-01 03:05:57 +01:00
MAINTAINER= vanilla@FreeBSD.ORG
1997-12-01 17:29:54 +01:00
LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png \
jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \
tgatoppm:${PORTSDIR}/graphics/netpbm \
convert:${PORTSDIR}/graphics/ImageMagick
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>