mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5763abdf62
Submitted by: the port maintainer PR: 4536
29 lines
691 B
Makefile
29 lines
691 B
Makefile
# New ports collection makefile for: imlib
|
|
# Version required: 0.5
|
|
# Date created: 18 August 1997
|
|
# Whom: Vanill I. Shu <vanilla@MinJe.com.TW>
|
|
#
|
|
# $Id: Makefile,v 1.3 1997/08/28 04:38:36 chuckr Exp $
|
|
#
|
|
|
|
DISTNAME= imlib_DR-0.5
|
|
PKGNAME= imlib-0.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.rasterman.com/ftp/ \
|
|
ftp://cthulhu.mandrake.net/pub/enlightenment/
|
|
|
|
MAINTAINER= 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>
|