30be626929
to build/install correctly; PLIST.noshared
24 lines
388 B
Makefile
24 lines
388 B
Makefile
#
|
|
|
|
DISTNAME= jpegsrc.v6b
|
|
PKGNAME= jpeg-6b
|
|
CATEGORIES= graphics
|
|
|
|
NEED_VERSION= 1.64
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
|
|
|
|
WRKSRC= ${WRKDIR}/jpeg-6b
|
|
GNU_CONFIGURE= yes
|
|
.if !defined(NO_SHARED_LIBS)
|
|
CONFIGURE_ARGS+= --enable-shared
|
|
.endif
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|