28 lines
535 B
Makefile
28 lines
535 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:47:00 sthen Exp $
|
|
|
|
COMMENT = extractor and converter for .ico and .cur files
|
|
|
|
DISTNAME = icoutils-0.32.3
|
|
REVISION = 0
|
|
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = https://www.nongnu.org/icoutils/
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c iconv intl m png z
|
|
|
|
MASTER_SITES = http://savannah.nongnu.org/download/icoutils/
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
LIB_DEPENDS = devel/gettext,-runtime \
|
|
graphics/png
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|