28 lines
541 B
Makefile
28 lines
541 B
Makefile
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:46:56 sthen Exp $
|
|
|
|
COMMENT= convert text strings to printed bars
|
|
|
|
DISTNAME= barcode-0.99
|
|
CATEGORIES= graphics
|
|
REVISION= 1
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB = c iconv intl m paper
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=barcode/}
|
|
|
|
LIB_DEPENDS= devel/gettext,-runtime \
|
|
print/libpaper
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
ac_cv_func_calloc_0_nonnull=yes
|
|
|
|
post-install:
|
|
rm ${PREFIX}/bin/sample
|
|
|
|
.include <bsd.port.mk>
|