1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/graphics/jpeg-mmx/Makefile
Andrey A. Chernov d5e41939a1 Do not build regular objects with -fpic
Build complete .so set
Upgrade to version 6
1995-10-02 14:05:22 +00:00

23 lines
489 B
Makefile

# New ports collection makefile for: jpeg
# Version required: 6
# Date created: 6 November 1994
# Whom: smace
#
# $Id: Makefile,v 1.8 1995/06/24 11:38:03 asami Exp $
#
DISTNAME= jpegsrc.v6
PKGNAME= jpeg-6
CATEGORIES+= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \
ftp://ftp.netcom.com/pub/tgl/uunet/
WRKSRC= ${WRKDIR}/jpeg-6
GNU_CONFIGURE= yes
INSTALL_TARGET= install install-lib
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>