pkgsrc/editors/biew/Makefile
joerg 0f6065e9bf Don't try to guess the compiler type based on the name. Fix assembler
constraint. Disable integrated assembler for clang due to the misuse.
2013-07-02 12:17:30 +00:00

34 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.24 2013/07/02 12:17:30 joerg Exp $
#
DISTNAME= biew-${BIEWVER:S/.//g}-src
PKGNAME= biew-${BIEWVER}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=beye/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://beye.sourceforge.net/en/beye.html
COMMENT= Binary viewer/editor
LICENSE= gnu-gpl-v2
BIEWVER= 6.1.0
WRKSRC= ${WRKDIR}/biew-${BIEWVER:S/.//g}
HAS_CONFIGURE= yes
USE_TOOLS+= gmake
MAKE_FILE= makefile
CONFIGURE_ARGS+= --prefix=${PREFIX}
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CFLAGS+= -no-integrated-as
.endif
LIBS.SunOS+= -lrt
MAKE_ENV+= OS_LIBS=${LIBS:Q}
.include "../../devel/libslang/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"