1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/graphics/jpeg-mmx/Makefile

22 lines
466 B
Makefile
Raw Normal View History

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