freebsd-ports/graphics/imlib2-tmp/Makefile
Chuck Robey 16cb0d56ee Bring imlib up to date, for the enlightenment port.
Submitted by:	Vanill I. Shu <vanilla@MinJe.com.TW>
1997-08-18 17:45:33 +00:00

28 lines
673 B
Makefile

# 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>