mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
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$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= liquid-dsp
|
PORTNAME= liquid-dsp
|
||||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.3.2
|
DISTVERSION= 1.3.2
|
||||||
#PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
|
|
||||||
MAINTAINER= mr@FreeBSD.org
|
MAINTAINER= mr@FreeBSD.org
|
||||||
@ -15,24 +15,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||||||
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
||||||
libfftw3f.so:math/fftw3-float
|
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
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= jgaeddert
|
GH_ACCOUNT= jgaeddert
|
||||||
GH_TAGNAME= 4892ebb
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAKEFILE= makefile
|
MAKEFILE= makefile
|
||||||
#USE_LDCONFIG= yes
|
|
||||||
#INSTALL_TARGET= install-strip
|
|
||||||
PORTDOCS= *
|
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
TEST_TARGET= check
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libliquid.so
|
||||||
pre-configure:
|
|
||||||
@cd ${WRKSRC}; ${SH} bootstrap.sh
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1578832823
|
TIMESTAMP = 1578927878
|
||||||
SHA256 (jgaeddert-liquid-dsp-liquid-dsp-1.3.2-4892ebb_GH0.tar.gz) = 37cd168d6f1f337cc797f59b032c1b5c8e86fdc106604b2bad2d022b48a21e4c
|
SHA256 (jgaeddert-liquid-dsp-v1.3.2_GH0.tar.gz) = 85093624ef9cb90ead64c836d2f42690197edace1a86257d6524c4e4dc870483
|
||||||
SIZE (jgaeddert-liquid-dsp-liquid-dsp-1.3.2-4892ebb_GH0.tar.gz) = 1121135
|
SIZE (jgaeddert-liquid-dsp-v1.3.2_GH0.tar.gz) = 1119114
|
||||||
|
Loading…
Reference in New Issue
Block a user