90d9198003
The SRecord package is a collection of powerful tools for manipulating EPROM load files. ok aja@
35 lines
719 B
Makefile
35 lines
719 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/09/28 10:53:06 jasper Exp $
|
|
|
|
COMMENT= collection of tools for manipulating EPROM load files
|
|
|
|
DISTNAME= srecord-1.57
|
|
CATEGORIES= devel
|
|
|
|
SHARED_LIBS += srecord 0.0 # 0.0
|
|
|
|
HOMEPAGE= http://srecord.sf.net/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=srecord/}
|
|
|
|
MODULES= devel/gettext
|
|
|
|
WANTLIB += c gcrypt gpg-error m stdc++
|
|
|
|
BUILD_DEPENDS= devel/boost
|
|
LIB_DEPENDS= security/libgcrypt
|
|
|
|
USE_LIBTOOL= Yes
|
|
USE_GROFF= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
.include <bsd.port.mk> |