aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2020-01-25 17:12:28 +0800
committerMichael Reifenberger <mr@FreeBSD.org>2020-01-25 17:12:28 +0800
commit073b9b7a3cdfc2535a7f337045c729a347c74f95 (patch)
treecb9b219409eb35af205954389f0322ba1fca1d9a /comms
parent3086bb789980da8e06f2a3ac497e4d1a686af911 (diff)
downloadfreebsd-ports-gnome-073b9b7a3cdfc2535a7f337045c729a347c74f95.tar.gz
freebsd-ports-gnome-073b9b7a3cdfc2535a7f337045c729a347c74f95.tar.zst
freebsd-ports-gnome-073b9b7a3cdfc2535a7f337045c729a347c74f95.zip
Clean up Makefile and add "make test"
PR: 243323 Submitted by: daniel.engberg
Diffstat (limited to 'comms')
-rw-r--r--comms/liquid-dsp/Makefile20
-rw-r--r--comms/liquid-dsp/distinfo6
2 files changed, 10 insertions, 16 deletions
diff --git a/comms/liquid-dsp/Makefile b/comms/liquid-dsp/Makefile
index dfb23e2cd2f9..4506420aadd4 100644
--- a/comms/liquid-dsp/Makefile
+++ b/comms/liquid-dsp/Makefile
@@ -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>
diff --git a/comms/liquid-dsp/distinfo b/comms/liquid-dsp/distinfo
index 12b45549666c..8e7e92beed96 100644
--- a/comms/liquid-dsp/distinfo
+++ b/comms/liquid-dsp/distinfo
@@ -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