mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
18f33c0f93
installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
34 lines
859 B
Makefile
34 lines
859 B
Makefile
# New ports collection makefile for: imlib
|
|
# Version required: 1.3
|
|
# Date created: 10 June 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.19 1998/04/29 21:32:41 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= imlib-1.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.enlightenment.org/pub/imlib/TAR/ \
|
|
ftp://ftp.labs.redhat.com/pub/imlib/TAR/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \
|
|
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
|
|
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
|
|
gif\\.3\\.:${PORTSDIR}/graphics/giflib \
|
|
gtk\\.1\\.:${PORTSDIR}/x11/gtk
|
|
|
|
USE_GMAKE= yes
|
|
USE_X11= ues
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
|
|
LIBS=-L${LOCALBASE}/lib \
|
|
INSTALL="/usr/bin/install -c"
|
|
WRKSRC= ${WRKDIR}/imlib
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|