1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/graphics/jpeg/Makefile
Andrey A. Chernov c2f25d23fd Upgrade to 6a
1996-11-16 00:54:51 +00:00

22 lines
466 B
Makefile

# New ports collection makefile for: jpeg
# Version required: 6a
# Date created: 6 November 1994
# Whom: smace
#
# $Id: Makefile,v 1.11 1996/09/26 22:23:29 chuckr Exp $
#
DISTNAME= jpegsrc.v6a
PKGNAME= jpeg-6a
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
WRKSRC= ${WRKDIR}/jpeg-6a
GNU_CONFIGURE= yes
INSTALL_TARGET= install install-lib
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>