2020-05-07 14:24:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2020/05/07 14:24:53 sthen Exp $
|
|
|
|
|
|
|
|
BROKEN-arm= SIGBUS in ps2pdf
|
2011-09-28 10:53:06 +00:00
|
|
|
|
|
|
|
COMMENT= collection of tools for manipulating EPROM load files
|
|
|
|
|
2014-07-20 12:48:38 +00:00
|
|
|
DISTNAME= srecord-1.64
|
2018-10-24 14:27:57 +00:00
|
|
|
REVISION = 3
|
2011-09-28 10:53:06 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
SHARED_LIBS += srecord 0.0 # 0.0
|
|
|
|
|
|
|
|
HOMEPAGE= http://srecord.sf.net/
|
|
|
|
|
|
|
|
# GPLv3
|
2019-07-12 20:45:45 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2011-09-28 10:53:06 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=srecord/}
|
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB += c gcrypt gpg-error iconv intl m ${COMPILER_LIBCXX}
|
2011-09-28 10:53:06 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2013-04-27 15:22:00 +00:00
|
|
|
BUILD_DEPENDS= devel/boost \
|
|
|
|
print/ghostscript/gnu
|
2011-09-28 10:53:06 +00:00
|
|
|
LIB_DEPENDS= security/libgcrypt
|
|
|
|
|
|
|
|
USE_GROFF= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
|
2011-11-16 12:47:07 +00:00
|
|
|
.include <bsd.port.mk>
|