stsp 0035cb844f Update e17 ports to the final 0.17.0 release.
Major bump for all shared libs for safety (requested by sthen and landry).
ok sthen landry
2012-12-24 13:11:03 +00:00

37 lines
891 B
Makefile

# $OpenBSD: Makefile,v 1.19 2012/12/24 13:11:03 stsp Exp $
COMMENT = implementations of freedesktop.org specifications
DISTNAME = efreet-1.7.4
EPOCH = 2
SO_VERSION = 3.0 # 8.4
# NOTE: Must bump minor version if any shlib's are removed from the
# components dir to avoid pkg_add -r issues.
.for _lib in efreet efreet_mime efreet_trash
SHARED_LIBS += ${_lib} ${SO_VERSION}
.endfor
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c cares crypto curl ecore ecore_con ecore_file eet
WANTLIB += eina glib-2.0 idn jpeg m pcre pthread ssl z
MODULES = devel/gettext
LIB_DEPENDS = x11/e17/ecore>=3.0
USE_LIBTOOL = Yes
CONFIGURE_ARGS = --disable-doc
# enable strict specification compliance
# --enable-strict-spec
# disable sloppy specification compliance
# --disable-sloppy-spec
.include <bsd.port.mk>