-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile
35 lines (25 loc) · 814 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# $OpenBSD: Makefile,v 1.2 2009/02/09 15:35:50 ajacoutot Exp $
COMMENT = implementation of XMP
DISTNAME = exempi-2.0.2
PKGNAME = ${DISTNAME}p0
CATEGORIES = textproc
SHARED_LIBS += exempi 1.0 # .4.4
HOMEPAGE = http://libopenraw.freedesktop.org/wiki/Exempi
MAINTAINER = Andreas Bihlmaier <[email protected]>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += expat
MODULES = converters/libiconv
MASTER_SITES = http://libopenraw.freedesktop.org/download/
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--enable-unittest=no
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-liconv -pthread" \
ac_cv_tls=none
.include <bsd.port.mk>