diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-30 16:27:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-30 16:27:46 +0800 |
commit | 36096c44bfa675397cac8a9884aa3b5641f9aaec (patch) | |
tree | bd5880fc2a7e14f8cc7db1f5de129755ca993d33 /comms/xnec2c | |
parent | c2bd00ff460e51647257db600694a054bd245704 (diff) | |
download | freebsd-ports-gnome-36096c44bfa675397cac8a9884aa3b5641f9aaec.tar.gz freebsd-ports-gnome-36096c44bfa675397cac8a9884aa3b5641f9aaec.tar.zst freebsd-ports-gnome-36096c44bfa675397cac8a9884aa3b5641f9aaec.zip |
Create at least a bit more proper libraries:
- run ranlib on the static library
- give a soname to the shared library
- make the real file the the library with a version in the name
- make the .so the symlink
Bump portrevision for the ports using the library
Diffstat (limited to 'comms/xnec2c')
-rw-r--r-- | comms/xnec2c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/xnec2c/Makefile b/comms/xnec2c/Makefile index 212c26d8edf9..019d1c1243b8 100644 --- a/comms/xnec2c/Makefile +++ b/comms/xnec2c/Makefile @@ -3,6 +3,7 @@ PORTNAME= xnec2c PORTVERSION= 3.3 +PORTEVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/xnec2c/ \ LOCAL/shurd |