openbsd-ports/graphics/jpeg/Makefile
2002-12-29 20:08:46 +00:00

25 lines
582 B
Makefile

# $OpenBSD: Makefile,v 1.24 2002/12/29 20:08:46 fgsch Exp $
COMMENT= "IJG's JPEG compression utilities"
DISTNAME= jpegsrc.v6b
PKGNAME= jpeg-6b
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \
ftp://ftp.shellhung.org/pub/Mirror/enlightenment/enlightenment/libs/
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
WRKDIST= ${WRKDIR}/jpeg-6b
.include <bsd.port.mk>