Clean up Makefile and add "make test"
PR: 243323 Submitted by: daniel.engberg
This commit is contained in:
parent
3086bb7899
commit
073b9b7a3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524020
@ -1,9 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liquid-dsp
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.2
|
||||
#PORTREVISION= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= mr@FreeBSD.org
|
||||
@ -15,24 +15,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
||||
libfftw3f.so:math/fftw3-float
|
||||
|
||||
USES= autoreconf:build gmake #gettext-tools iconv:wchar_t libtool
|
||||
USES= autoreconf gmake iconv:wchar_t libtool localbase
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jgaeddert
|
||||
GH_TAGNAME= 4892ebb
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKEFILE= makefile
|
||||
#USE_LDCONFIG= yes
|
||||
#INSTALL_TARGET= install-strip
|
||||
PORTDOCS= *
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
TEST_TARGET= check
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC}; ${SH} bootstrap.sh
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libliquid.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1578832823
|
||||
SHA256 (jgaeddert-liquid-dsp-liquid-dsp-1.3.2-4892ebb_GH0.tar.gz) = 37cd168d6f1f337cc797f59b032c1b5c8e86fdc106604b2bad2d022b48a21e4c
|
||||
SIZE (jgaeddert-liquid-dsp-liquid-dsp-1.3.2-4892ebb_GH0.tar.gz) = 1121135
|
||||
TIMESTAMP = 1578927878
|
||||
SHA256 (jgaeddert-liquid-dsp-v1.3.2_GH0.tar.gz) = 85093624ef9cb90ead64c836d2f42690197edace1a86257d6524c4e4dc870483
|
||||
SIZE (jgaeddert-liquid-dsp-v1.3.2_GH0.tar.gz) = 1119114
|
||||
|
Loading…
Reference in New Issue
Block a user