openbsd-ports/graphics/jpeg/Makefile

26 lines
550 B
Makefile
Raw Normal View History

1997-12-02 21:30:52 -05:00
# OpenBSD makefile for: jpeg
1998-05-05 22:48:16 -04:00
# Version required: 6b
1997-12-02 21:30:52 -05:00
# Date created: December 2, 1997
# Whom: Angelos D. Keromytis
#
1998-05-05 22:48:16 -04:00
# $OpenBSD: Makefile,v 1.4 1998/05/06 02:48:16 marc Exp $
1997-12-02 21:30:52 -05:00
#
1998-05-05 22:48:16 -04:00
DISTNAME= jpegsrc.v6b
PKGNAME= jpeg-6b
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
1997-12-02 21:30:52 -05:00
1998-05-05 22:48:16 -04:00
MAINTAINER= angelos@openbsd.org
WRKSRC= ${WRKDIR}/jpeg-6b
1997-12-02 21:30:52 -05:00
GNU_CONFIGURE= yes
1998-05-05 22:48:16 -04:00
.if (${MACHINE_ARCH} != "alpha")
CONFIGURE_ARGS+= --enable-shared
.endif
CONFIGURE_ARGS+= --enable-static
1997-12-02 21:30:52 -05:00
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>